Skip to content

Commit

Permalink
Fix unit test in bfe_http2 (bfenetworks#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuqiXiao authored Mar 5, 2021

Verified

This commit was signed with the committer’s verified signature.
Ayush1325 Ayush
1 parent 0ef9a58 commit 2c17bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bfe_http2/server_test.go
Original file line number Diff line number Diff line change
@@ -3008,6 +3008,7 @@ func TestNoRstPostAfterGOAWAY(t *testing.T) {

func TestServer_Rejects_TooSmall(t *testing.T) {
testServerResponse(t, func(w http.ResponseWriter, r *http.Request) error {
ioutil.ReadAll(r.Body)
return nil
}, func(st *serverTester) {
st.writeHeaders(HeadersFrameParam{

0 comments on commit 2c17bdf

Please sign in to comment.