1
0

Added unit test for parsing HTTP request.

This commit is contained in:
Mattes D
2016-01-03 16:07:53 +01:00
parent fea556ca1b
commit 1d05fc95ae
7 changed files with 230 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
# Set the *.data files to be checked out as binary files.
# Used for the HTTP test data files, they need to have the CRLF line endings
# even on Linux, because they're HTTP protocol dumps.
*.data binary