Leonid Bugaev
68082bfb11
Fix typo
2018-08-02 21:41:36 +05:00
Leonid Bugaev and GitHub
c93ff3598c
Fix prettifier buffer overflow
2018-08-02 21:36:47 +05:00
Leonid Bugaev
45d7527128
Increase middleware buffer to avoid overloads when prettifier returns buffer larger then original
2018-01-10 21:23:55 +02:00
thinkerou and Leonid Bugaev
89c34c6bf5
format file
2017-08-11 14:40:55 +03:00
Leonid Bugaev
c8dfe67ccb
Fix middleware when used with prettyfier and gzip encoding
...
If while decompressing gzip payload decompressed value was less then
compressed, it did not changed buffer length, and middleware received
bytes left from gzip response.
2017-02-26 20:54:26 +03:00
Leonid Bugaev
e1f3d71f4e
Make http prettifier work with middleware
2017-02-07 13:34:51 +03:00
Leonid Bugaev
52a0ebfd57
Fmt fixes
2016-04-29 16:01:37 +05:00
Leonid Bugaev
2f0e865e82
Fix middleware crashing for big payloads.
...
Fix #245 and #250
2016-04-29 15:34:38 +05:00
Johannes Würbach
5378ecca71
Handle middleware failures
...
Without this the middleware might crash silently and gor keeps running
2015-11-23 17:54:52 +01:00
Leonid Bugaev
3e763c43cf
Unify all input/output plugins
2015-08-18 14:32:52 +03:00
Leonid Bugaev
211be0cddd
Add request time and round-trip response time
2015-08-17 17:10:43 +03:00
Leonid Bugaev
ddd5190622
Improve docs
2015-08-15 21:05:10 +03:00
Leonid Bugaev
70e7d8dd29
Reduce delay of raw input
2015-08-14 23:07:46 +03:00
Leonid Bugaev
bb319b5fd2
Add request ID and token modifier middleware
2015-08-14 20:42:23 +03:00
Leonid Bugaev
5098e388a2
Fix tests, now properly receive responses
2015-08-11 11:06:25 +03:00
Leonid Bugaev
9ab8b3c113
Add header to request and response
2015-08-10 22:57:18 +03:00
Leonid Bugaev
5cc4228dcd
Merge branch 'master' into input-modifier
...
Conflicts:
Dockerfile
emitter.go
http_client.go
plugins.go
proto/proto.go
2015-07-21 09:49:37 +05:00
Leonid Bugaev
5e6f7e03a7
First middleware tests! :dance:
2015-07-17 20:58:31 +05:00
Leonid Bugaev
e64aac9364
Rename input modifier to middleware
2015-07-09 20:24:27 +05:00