Changeset 6999
- Timestamp:
- Oct 31, 2008, 7:01:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/web.c
r6983 r6999 493 493 const char * text; 494 494 } http_msg[] = { 495 { 0, "No Response" }, 495 496 { 101, "Switching Protocols" }, 496 497 { 200, "OK" }, … … 532 533 { 503, "Service Unavailable" }, 533 534 { 504, "Gateway Timeout" }, 534 { 505, "HTTP Version Not Supported" }, 535 { 0, NULL } 535 { 505, "HTTP Version Not Supported" } 536 536 }; 537 537
Note: See TracChangeset
for help on using the changeset viewer.