You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Extract the attached zip file
2. Build and run the demo application
3. Open IE9 and type http://localhost:8080/test.html
4. Press F12 to show the IE debugger and show the console
5. Press the button 'Test' and wait until you see 'LOG: complete, error
count...'
What is the expected output? What do you see instead?
Expected output in the IE debugger console:
no timeouts, no errors
Actual output in the IE debugger console:
LOG: id: 2 (9/10), status: success
LOG: id: 1 (8/10), status: success
LOG: id: 4 (7/10), status: success
LOG: id: 5 (6/10), status: success
LOG: id: 3 (5/10), status: success
LOG: id: 9 (4/10), status: error
LOG: id: 6 (3/10), status: success
LOG: id: 7 (2/10), status: timeout
LOG: id: 8 (1/10), status: timeout
LOG: id: 10 (0/10), status: timeout
LOG: complete, error count: 4
What version of the product are you using? On what operating system?
The whole VS2010 project inclusive website is attached to demonstrate the
problem.
mongoose rev: 8cdb0d40ce44
OS: Windows 7 32bit
Browser: IE9
Please provide any additional information below.
The demo program intrecepts POST requests for the url /echo and sends back the
received post data.
The test.html website will issue several POST request (by using jquery)
simultaneously and waits for the result (success, error, timeout).
Two problems are occurring (not everytime, but often):
1. The request is answered with an error
2. The request is not answered and therefore the timeout occurs
Observations:
- The problem seems to be rooted at a multithreading issue - probably related
to using POST.
- Using the browser and server on the same machine (localhost) seems to
intensify the problem.
Original issue reported on code.google.com by nullable...@gmail.com on 26 Apr 2012 at 12:28
Original issue reported on code.google.com by
nullable...@gmail.com
on 26 Apr 2012 at 12:28Attachments:
The text was updated successfully, but these errors were encountered: