[cse491] POST Requests

C. Titus Brown ctb at msu.edu
Mon Oct 5 19:33:45 PDT 2009


On Mon, Oct 05, 2009 at 10:23:12PM -0400, Joseph Christian Blossom wrote:
> Do we have to gather the whole POST request, content and all? right now all
> my server (blocking and non-blocking) does is grabs the data, and once it
> hits the '\r\n\r\n' it parses the request for the request type, url &
> protocol and from there sends a response.

I am not going to strictly enforce reading the entire POST request for this
homework, because my spidey sense suspects that that would be a disaster of
epic proportions.  You'll need to do it for the next homework, though...

--titus
-- 
C. Titus Brown, ctb at msu.edu



More information about the cse491-fall-2009 mailing list