Open besmera opened 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.
The HTTP request is still incorrect.
Now you need to add one back to separate the headers from the message body.
CRLF to separate headers from message body missing
https://github.com/hayness4/F15-CSCI241/blob/0c30fe5e928d864e221fc93147269bc3089c9950/answer3#L4 CRLF should not occur twice except to seperate the header from the body.