Bug #2127
Web-server freezes on POST requests
Start date:
11/02/2017
Due date:
% Done:
100%
Associated revisions
Fixing issue where POST content was read twice
Closes #2127
History
#1 Updated by Luke Murphey about 7 years ago
#2 Updated by Luke Murphey about 7 years ago
Observations: #
Questions:- What is the cause the freeze?
- The call to self.rfile.read()
- What the content-size provided?
- 41
- What is the size of the actual content?
- Not even one character can be read
- Does this hang in the browser?
- Not with a GET
- Does using the exact statement suggested in https://stackoverflow.com/questions/17888504/python-basehttprequesthandler-read-raw-post work?
- It doesn't
#3 Updated by Luke Murphey about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Have this working but the tests are not working correctly.