Skip to content

Commit 56a0ce1

Browse files
committed
test(policy): stabilize proxy e2e coverage
1 parent 255ceae commit 56a0ce1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

e2e/rust/tests/forward_proxy_graphql_l7.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ def forward_chunked_status(query):
317317
f"\r\n"
318318
).encode() + chunk
319319
sock.sendall(request)
320-
sock.shutdown(socket.SHUT_WR)
321320
response, body = read_response(sock)
322321
DETAILS["forward_chunked_query_allowed_detail"] = body.decode(errors="replace")
323322
return int(response.split()[1])

0 commit comments

Comments
 (0)