testsuite: changed HTTP and RTSP header line-endings to CRLF
According to RFC 2616 and RFC 2326 individual protocol elements, like headers and except the actual content, are terminated by using CRLF. Therefore the test data files for these protocols need to contain mixed line-endings if the actual protocol elements use CRLF while the file uses LF.
This commit is contained in:
@@ -10,10 +10,10 @@ Content-Length
|
||||
# Server-side
|
||||
<reply>
|
||||
<data nocheck="yes">
|
||||
HTTP/1.1 411 Length Required
|
||||
Date: Sun, 19 Jan 2014 18:50:58 GMT
|
||||
Server: test-server/fake swsclose
|
||||
Connection: close
|
||||
HTTP/1.1 411 Length Required
|
||||
Date: Sun, 19 Jan 2014 18:50:58 GMT
|
||||
Server: test-server/fake swsclose
|
||||
Connection: close
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user