Project

General

Profile

Bug #2127

Web-server freezes on POST requests

Added by Luke Murphey over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
11/02/2017
Due date:
% Done:

100%

Associated revisions

Revision 51 (diff)
Added by lukemurphey over 6 years ago

Fixing issue where POST content was read twice

Closes #2127

History

#2 Updated by Luke Murphey over 6 years ago

Observations: #

Questions:
  1. What is the cause the freeze?
    1. The call to self.rfile.read()
  2. What the content-size provided?
    1. 41
  3. What is the size of the actual content?
    1. Not even one character can be read
  4. Does this hang in the browser?
    1. Not with a GET
  5. Does using the exact statement suggested in https://stackoverflow.com/questions/17888504/python-basehttprequesthandler-read-raw-post work?
    1. It doesn't

#3 Updated by Luke Murphey over 6 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Have this working but the tests are not working correctly.

Also available in: Atom PDF