mirror of
https://github.com/transmission/transmission
synced 2025-03-04 02:28:03 +00:00
(libT) #1399: No tracker response result in error: 0 in the log
This commit is contained in:
parent
d698ff7510
commit
d0ade0358f
1 changed files with 2 additions and 2 deletions
|
@ -492,6 +492,7 @@ static struct http_msg {
|
|||
long code;
|
||||
const char * text;
|
||||
} http_msg[] = {
|
||||
{ 0, "No Response" },
|
||||
{ 101, "Switching Protocols" },
|
||||
{ 200, "OK" },
|
||||
{ 201, "Created" },
|
||||
|
@ -531,8 +532,7 @@ static struct http_msg {
|
|||
{ 502, "Bad Gateway" },
|
||||
{ 503, "Service Unavailable" },
|
||||
{ 504, "Gateway Timeout" },
|
||||
{ 505, "HTTP Version Not Supported" },
|
||||
{ 0, NULL }
|
||||
{ 505, "HTTP Version Not Supported" }
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Reference in a new issue