We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87226d commit 2742a47Copy full SHA for 2742a47
tests/unit/t_headers.ml
@@ -17,8 +17,7 @@ let test_header_too_large () =
17
let _ = Request.Private_.parse_req_start_exn ~client_addr ~buf
18
~get_time_s:(fun _ -> 0.) str in
19
failwith "should have failed with 431"
20
- with Common_.Bad_req (431, _) ->
21
- () (* expected *)
+ with Tiny_httpd_core.Response.Bad_req (431, _) -> () (* expected *)
22
23
let () =
24
test_header_too_large ()
0 commit comments