16 Commits

Author SHA1 Message Date
Chen Yufei
cf262fafb8 Fix PAC error in test script. 2015-06-03 11:18:32 +08:00
Chen Yufei
028333f76d Kill server upon INT/TERM signal in test script. 2013-10-31 11:42:52 +08:00
Chen Yufei
4d3ca5bc58 cow chain server done. 2013-10-30 13:17:47 +08:00
Chen Yufei
0903b62b02 Move plan9.bell-labs.com test into local test.
The site is down at this time.
2013-04-09 22:39:35 +08:00
Chen Yufei
5999e33c41 Avoid using too much memory to hold http request body. 2013-03-05 21:03:50 +08:00
Chen Yufei
bcbfec6a61 Reuse server buffer in copyServer2Client. 2013-02-22 19:55:43 +08:00
Chen Yufei
1e2810c4b7 Update CHANGELOG. 2013-02-21 17:08:29 +08:00
Chen Yufei
993b1e38cb Use FieldsN to parse request line and response status line.
This makes COW more tolerant with HTTP servers.
2013-02-21 16:50:21 +08:00
Chen Yufei
49bb3177f5 Use customized bufio package to avoid copy in sendBocyChunked. 2013-02-20 22:36:27 +08:00
Chen Yufei
314f7a74ec Use const bool to detect if running on Windows. 2013-02-20 22:35:15 +08:00
Chen Yufei
6e0ed664e6 Handle servers that use LF as line ending in header. 2013-02-19 20:08:18 +08:00
Chen Yufei
588868ad50 Don't test Chinese sites on travis. 2013-02-19 19:35:20 +08:00
Chen Yufei
3c8043c243 Always load builtin and user specified list. 2013-02-19 19:12:35 +08:00
Chen Yufei
b8bcfd895e Improve integration test and add it to travis. 2013-02-19 13:25:12 +08:00
Chen Yufei
80a2f9efc5 Use ReadSlice in parseResponse. 2013-02-18 22:41:02 +08:00
Chen Yufei
cf1b702cb0 Add integration test script. 2013-02-18 21:40:41 +08:00