-
Notifications
You must be signed in to change notification settings - Fork 1.6k
AHC-78: OOM with multi parts #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks!! Looking and running our internal test |
Sounds good. You may need to make some changes. I just tested it with my Gail On Mon, May 9, 2011 at 10:18 AM, jfarcand <
|
Hi, can you do a pull with the complete files? Right now I do have issue merging this pull with the previous one. If you can do one will full changes, I will start from there. Thanks! |
I'm not sure how to do that. I only changed one file the MultiPartbody. Gail On Tue, May 10, 2011 at 5:51 AM, jfarcand <
|
You need to include all the changes you did. When I do the pull I don't get the change in NettyAsycnHttpProvider so the old OOM occurs. |
I for this fix I didn't make any changes in there. Only on the first change Gail On Tue, May 10, 2011 at 7:42 AM, jfarcand <
|
OK let me take a look again. |
Gail, just to be sure before I work on it. Just applying this pull will not fix the OOM, righ? |
The issue was the read(ByteBuffer) wasn't implemented. That seemed to be Gail On Wed, May 11, 2011 at 11:28 AM, jfarcand <
|
Ok, apology for being lost but I need to have all the classes in order to properly test/integrate it. Right now I'm not sure I do have all your changes...so can you send or pull all the changes you did to the workspace? You must have made some change in NettyAsyncHttpProvider as well, right? Since you have tested your fix for the initial issue, I want to start from there. Thanks for your patience! |
I think something is wrong with the way I pushed the commits. They are Any ideas? It says the pushes pushed, but I can't request a pull? And they are still Thanks! Gail On Thu, May 12, 2011 at 5:42 AM, jfarcand <
|
Apology for the delay. Can you zip your source code and send it to me jfarcand at apache dot org. I will go from there. Thanks! |
FYi, with your latest code I do get T 127.0.0.1:59713 -> 127.0.0.1:59720 [AP] HTTP ERROR 500Problem accessing /secure/AttachFile.jspa. Reason: Processing of multipart/form-data request failed. Stream ended unexpectedly Powered by Jetty:// |
motivation: use consistent formatting changes: * run `swiftformat --self insert --patternlet inline --stripunusedargs unnamed-only --comments ignore` which is the standard formatting we use * update generate_linux_tests to follow same formatting rules
AHC