-
Notifications
You must be signed in to change notification settings - Fork 48
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
TriremeServlet recieve big data error. #114
Comments
Can you include the output from the server (it seems to do a lot of On Wed, May 13, 2015 at 10:41 AM, sunchey11 notifications@github.com
greg brail | apigee https://apigee.com/ | twitter @gbrail |
the console log is Listening on 8080 |
Sorry I didn't get to this -- the servlet code was trying to re-use a byte array and re-write it before the Node code was done reading it. I reproduced the problem and fixed it now. |
I use triremeServlet to embed trireme to a web project.
But when I transfer large data, I can't receive data correctly. Some code below:
server.js
html page code
web.xml
When I run the project, only last piece of data can be received, the other data is same to the last piece of data.
The text was updated successfully, but these errors were encountered: