Changeset 10de842 in mainline for uspace/lib/http/src/headers.c
- Timestamp:
- 2018-01-04T19:28:42Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0d0b319
- Parents:
- db3089d
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:18:29)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:28:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/http/src/headers.c
rdb3089d r10de842 34 34 */ 35 35 36 #include <errno.h> 36 37 #include <stdio.h> 37 38 #include <stdlib.h> … … 41 42 #include <http/http.h> 42 43 #include <http/ctype.h> 43 #include <http/errno.h>44 44 45 45 #define HTTP_HEADER_LINE "%s: %s\r\n"
Note:
See TracChangeset
for help on using the changeset viewer.