mirror of
https://github.com/soypat/lneto.git
synced 2026-08-15 12:23:44 +00:00
Mux.MaxPathValues and other improvements
This commit is contained in:
@@ -28,7 +28,6 @@ err := router.Configure(httphi.RouterConfig{
|
||||
RequestHeaderBufferSize: 1024,
|
||||
ResponseHeaderMinBufferSize: 32, // Shares the request buffer.
|
||||
RequestNumHeaderKVCap: 32,
|
||||
Backoff: func(uint) time.Duration { return time.Millisecond },
|
||||
Mux: &mux,
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user