We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b16b2 commit 83253a0Copy full SHA for 83253a0
stackslib/src/net/tests/httpcore.rs
@@ -120,8 +120,6 @@ fn test_parse_stacks_http_preamble_response_err() {
120
"Failed to decode HTTP request or HTTP response"),
121
("HTTP/1.1 200 OK\r\nContent-Length: foo\r\n\r\n",
122
123
- ("HTTP/1.1 200 OK\r\nContent-Length: 123\r\n\r\n",
124
- "Failed to decode HTTP request or HTTP response"),
125
("HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\n\r\n",
126
127
("HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 123\r\nTransfer-Encoding: chunked\r\n\r\n",
0 commit comments