Lines 1-11
Link Here
|
1 |
--- upnp/src/genlib/net/http/webserver.c.orig |
|
|
2 |
+++ upnp/src/genlib/net/http/webserver.c |
3 |
@@ -1262,7 +1262,7 @@ static int process_request( |
4 |
// Content-Range: bytes 222-3333/4000 HTTP_PARTIAL_CONTENT |
5 |
// Transfer-Encoding: chunked |
6 |
if (http_MakeMessage(headers, resp_major, resp_minor, |
7 |
- "R" "TLD" "s" "tcS" "b" "Xc" "sCc", |
8 |
+ "R" "TLD" "s" "tcS" "Xc" "sCc", |
9 |
HTTP_OK, // status code |
10 |
finfo.content_type, // content type |
11 |
RespInstr, // language info |