arijitad
b47708e35d
Fix race condition while setting flags.
2020-08-10 16:35:35 +05:30
arijitad
01b6f1129c
Restructre AppSetting and address comments.
2020-07-23 10:00:16 +05:30
arijitad
80b19f918b
Map Appsetting to flag names.
2020-07-15 00:14:38 +05:30
Arijit Das
db28858804
Refactor emitter.go and fix test accordingly.
2020-06-06 16:00:43 +05:30
Romanenko Alexey and GitHub
2d78f195d2
Make plugin not global. Revert last-chunk bytes to correct value ( #755 )
...
Make Plugins variable not global to fix concurrency in test
Revert last-chunk in chunked transfer coding to correct value (https://tools.ietf.org/html/rfc2616#section-3.6.1 ) fyi @bruce34
2020-05-27 21:03:40 +03:00
Leonid Bugaev
37650df2c8
Refactor #308
2016-06-29 17:29:09 +03:00
Yohan Legat
9e7351d28c
Resolve buger/gor#300 : respect timestamps when replaying requests
...
When Gor deals with multiple input files, it sorts them and replay their requests file after file.
This behavior is not convenient and should be changed. We should respect timestamps order when replaying requests.
2016-06-17 11:53:10 +02:00
Leonid Bugaev
cefa2b5cc2
Write files in chunks ( #293 )
...
* Chunked output strategy
* Fix sorting with indexes >= 10
2016-06-07 18:46:13 +06:00
Leonid Bugaev
ede0fb4c4c
Allow looping mode for --input-file
2016-06-01 18:49:20 +05:00
Leonid Bugaev
651bd82d3d
input-file support for gzip files
2016-06-01 10:41:29 +05:00
Leonid Bugaev
0f5b509397
Add support for reading multiple files
2016-05-31 20:44:04 +05:00
Leonid Bugaev
ba98e6e18a
Allow date templates for file names
2016-05-31 15:52:35 +05:00
Jon Barber
e659f65d76
Replace the use of bufio.Scanner with bufio.Reader so that requests over 64Kb in size can be replayed from a capture file.
2016-04-21 10:15:48 +01:00