Closed rmescandon closed 4 years ago
That's the actual HTTP protocol definition which is OS independent. If printing those is a problem for you, perhaps consider a different solution since this is trying to provide as accurate as possible a representation of what bytes are going over the wire or being received over the wire to the best of the library's ability.
Good catch. Thought it was a mistake. Thanks
When using utils/dump module to print out http messages to a file, I see that line breaks in Ubuntu are the ones belonging to Windows ('\r\n' instead of '\n')