Forum Discussion
Michael_Jenkins
Cirrostratus
Jul 01, 2014http_process_state_prepend - Invalid Action:0x109010
We're trying to implement OwnCloud in our environment, and I've developed a few iRules to handle some of the work , but we've run into an issue when trying to download files. The connection keeps get...
Kevin_Stewart
Employee
Jul 03, 2014Forgot about the server side...
when CLIENT_ACCEPTED {
TCP::collect
}
when CLIENT_DATA {
log local0. [TCP::payload]
TCP::release
}
when SERVER_CONNECTED {
TCP::collect
}
when SERVER_DATA {
log local0. [TCP::payload]
TCP::release
}
The TCP::collect after the TCP::release should allow you to buffer more data. Not sure why that's not working here. We're looking for whatever happens right before the error.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects