echox icon indicating copy to clipboard operation
echox copied to clipboard

update timeout middleware with warnings

Open aldas opened this issue 3 years ago • 2 comments

update timeout middleware with warnings and add example how to implement similar functionality in handler function

aldas avatar Jul 02 '21 22:07 aldas

todo: probably should mention Nginx/Apache etc similar behavior and configuration settings

aldas avatar Jul 06 '21 03:07 aldas

note to self: probably should add a note that order of middlewares is important. ala if timeout was added before logger. then logger middlewares logs response info for already served requests. Or what will happen if handler is websocket?

aldas avatar Jul 08 '21 21:07 aldas