Skip to content

Commit

Permalink
Increase write buffer size to accomidate longer path (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
akrambek authored Oct 8, 2024
1 parent a13735a commit 1241633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

public class HttpEventContext
{
private static final int EVENT_BUFFER_CAPACITY = 2048;
private static final int EVENT_BUFFER_CAPACITY = 8192;
private static final String8FW HEADER_SCHEME = new String8FW(":scheme");
private static final String8FW HEADER_METHOD = new String8FW(":method");
private static final String8FW HEADER_AUTHORITY = new String8FW(":authority");
Expand Down

0 comments on commit 1241633

Please sign in to comment.