Leonid Bugaev
a18079fa84
Improving docs
2015-08-15 10:33:50 +03:00
Leonid Bugaev
1a36374c2d
Add some comments
2015-08-15 08:44:27 +03:00
Leonid Bugaev
41c1421a1b
Simulate some real-life server by adding small response delay
2015-08-15 08:36:13 +03:00
Leonid Bugaev
4f2341b2d3
Remove more debug
2015-08-15 08:06:13 +03:00
Leonid Bugaev
56f0a3fcc0
Remove too verbose output
2015-08-15 07:57:25 +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
491541c2df
Response object should be separate message
2015-08-13 22:11:23 +03:00
Leonid Bugaev
2990fab635
Track original responses
2015-08-11 17:37:37 +03:00
Leonid Bugaev
8046468ea4
Fix tests
2015-08-11 11:28:22 +03:00
Leonid Bugaev
0009555d96
Apply fmt
2015-08-11 11:08:14 +03:00
Leonid Bugaev
5098e388a2
Fix tests, now properly receive responses
2015-08-11 11:06:25 +03:00
Leonid Bugaev
5667cd35c6
Merge branch 'master' into input-modifier
2015-08-10 22:57:33 +03:00
Leonid Bugaev
9ab8b3c113
Add header to request and response
2015-08-10 22:57:18 +03:00
Leonid Bugaev
5e526af47b
Set version dynamically via ldflags
2015-08-10 20:26:37 +03:00
Leonid Bugaev
3a7badc508
Merge pull request #190 from buger/fix-default-port
...
Fix default port
2015-08-09 11:13:10 +03:00
Leonid Bugaev
9a76e354c5
Fix tcp input test
2015-08-09 11:08:53 +03:00
Leonid Bugaev
d6b5c675cf
Do not add 80 port to host string
2015-08-09 11:07:27 +03:00
Leonid Bugaev
de6c41c731
Update docs for Host header
0.9.8
2015-08-06 09:34:51 +03:00
Leonid Bugaev
08933e148a
Merge pull request #188 from SaraRands/master
...
Added --http-original-host command line flag
2015-08-06 09:24:50 +03:00
SaraRands
259b70a7df
Added --http-original-host flag
2015-08-05 14:05:59 -06:00
Leonid Bugaev
35854196f0
Fix tests
2015-08-03 20:07:28 +03:00
Leonid Bugaev
a9be1811ea
Merge branch 'master' into input-modifier
...
Conflicts:
Makefile
2015-08-03 19:59:03 +03:00
Leonid Bugaev
9185453453
Merge pull request #176 from dt/dt.hexdecode
...
Avoid trailing null on hex encoded TCP
2015-08-03 18:38:53 +03:00
Leonid Bugaev
87ad851ad8
Merge pull request #185 from buger/fix-large-response
...
Fix large responses
2015-08-03 18:36:09 +03:00
Leonid Bugaev
ce193d0d4f
Fix travis config
2015-08-03 18:33:36 +03:00
Leonid Bugaev
f92a0b1242
Make buffer size configurable
2015-08-03 18:31:09 +03:00
Leonid Bugaev
f6864d05a0
More debugging
2015-08-03 18:20:59 +03:00
Leonid Bugaev
3316447bf5
Verbose output for travis
2015-08-03 18:13:36 +03:00
Leonid Bugaev
961d5a754c
Style fixes
2015-08-03 18:08:35 +03:00
Leonid Bugaev
dd68d07c75
Fix large responses
2015-08-03 18:01:46 +03:00
David Taylor
5c46db9220
avoid trailing null in encoded tcp
...
Fixes #175 .
2015-07-31 21:13:46 +00:00
David Taylor
ed7c5210be
Print warning if hex decoding fails
2015-07-31 21:09:24 +00:00
Leonid Bugaev
00ad6bd92b
Merge pull request #183 from buger/configurable-timeout
...
Option to configure timeout
2015-07-31 22:42:19 +03:00
Leonid Bugaev
587b9ad2d5
Update Readme
2015-07-31 22:41:32 +03:00
Leonid Bugaev
083c97a9c4
Option to configure timeout
2015-07-31 22:39:01 +03:00
Leonid Bugaev
8f2e9bd1dc
Merge pull request #182 from buger/fix-set-header
...
Do not override http Host header if it explicitly set via options
2015-07-31 21:42:41 +03:00
Leonid Bugaev
a79e54c5f1
Do not set http header if it explicitly set
2015-07-31 21:41:06 +03:00
Leonid Bugaev
27f83a6c0c
Improve debugging
2015-07-31 21:08:35 +03:00
Leonid Bugaev
5158f75dc8
Merge pull request #178 from jakubholynet/patch-1
...
Readme: Explain when `--stats` needs to be included
2015-07-30 15:09:32 +03:00
Jakub Holy
126957c599
Readme: Explain when --stats needs to be included
...
It isn't intuitive that when I specify e.g. `--output-http-stats`, it isn't enough and I need to explicitly enable also `--stats` (and that `--stats` on its own does not do anything, you need other flags to specify what to output)
2015-07-30 10:15:56 +02:00
Leonid Bugaev
d62eccb655
Make raw message expiration configurable to improve tests time
2015-07-21 10:06:10 +05: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
0a30582131
Fix tests by adding small delay
2015-07-17 12:57:36 +05:00
Leonid Bugaev
5c21600bf9
Fix timeout
2015-07-17 12:12:04 +05:00
Leonid Bugaev
107982394e
Run all tests
2015-07-17 11:47:41 +05:00
Leonid Bugaev
ac3e209787
One more fix
2015-07-17 11:38:42 +05:00
Leonid Bugaev
e5d9f73937
Fix tests
2015-07-17 11:36:18 +05:00
Leonid Bugaev
df3b410e98
Merge pull request #171 from buger/code-styling
...
Improve code documentation and styling
2015-07-17 11:33:26 +05:00