1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-15 00:15:00 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
01c5f5ae3b Implemented flushing interval (#23)
* Implemented flushing interval

When proxying streaming responses, it would not flush the response writer buffer until some seemingly random point (maybe the number of bytes?). This makes it flush every 1 second by default, but with a configurable interval.

* flushing CHANGELOG

* gofmt and goimports
2019-01-31 14:02:15 +00:00
ee913fb788 Add comments to exported methods for root package 2018-12-20 09:30:42 +00:00
9341dcbf79 Make request logging format configurable 2017-12-04 12:52:47 -05:00
b9b5e817fc improve request logging (closer to Apache Common Log) 2015-03-19 22:34:01 -04:00