As I understand it, the response should also be terminated with a <CR>. Currently I'm therefore unable to retrieve an HTTP response as the software I'm using complaints about the missing <CR>The logger should reply data wrapped as TEXT/PLAIN in one of two types (the requesting program decides on the type)
flat text, line-based (each response is terminated by a line feed).○ flat text, line-based (each response is terminated by a line feed).
I would like the protocol to have added the missing <CR> to be compliant. What do you think Boris?
Links:
http://stackoverflow.com/questions/3142 ... -violation