(t *testing.T)
| 641 | testLargeRequest(t, &testOptions{}) |
| 642 | } |
| 643 | func TestLargeRequest_worker(t *testing.T) { |
| 644 | testLargeRequest(t, &testOptions{workerScript: "large-request.php"}) |
| 645 | } |
| 646 | func testLargeRequest(t *testing.T, opts *testOptions) { |
| 647 | runTest(t, func(handler func(http.ResponseWriter, *http.Request), _ *httptest.Server, i int) { |
| 648 | body, _ := testPost( |
nothing calls this directly
no test coverage detected