hayness4 / F15-CSCI241

0 stars 0 forks source link

Invalid CRLF #3

Open besmera opened 9 years ago

besmera commented 9 years ago

https://github.com/hayness4/F15-CSCI241/blob/0c30fe5e928d864e221fc93147269bc3089c9950/answer3#L4 CRLF should not occur twice except to seperate the header from the body.

besmera commented 9 years ago

The HTTP request is still incorrect.

besmera commented 9 years ago

Now you need to add one back to separate the headers from the message body.

besmera commented 8 years ago

CRLF to separate headers from message body missing