We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c41368 commit ac983f6Copy full SHA for ac983f6
subsys/net/lib/http/Kconfig
@@ -69,14 +69,14 @@ config HTTP_SERVER_MAX_STREAMS
69
config HTTP_SERVER_CLIENT_BUFFER_SIZE
70
int "Client Buffer Size"
71
default 256
72
- range 64 4294967295
+ range 64 $(UINT32_MAX)
73
help
74
This setting determines the buffer size for each client.
75
76
config HTTP_SERVER_HUFFMAN_DECODE_BUFFER_SIZE
77
int "Size of the buffer used for decoding Huffman-encoded strings"
78
79
80
81
Size of the buffer used for decoding Huffman-encoded strings when
82
processing HPACK compressed headers. This effectively limits the
0 commit comments