Commit Graph

12 Commits

Author SHA1 Message Date
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
Chen Yufei
b1bd08ab8c Move misc script into script directory. 2013-02-18 21:19:38 +08:00