log src/lib-http/test-http-client-errors.c @ 22633:9284bdc3c5c5

age author description
Thu, 30 Mar 2017 22:29:13 +0200 Stephan Bosch lib-http: client: Fixed request-specific attempt timeout.
Sun, 26 Mar 2017 19:08:18 +0200 Stephan Bosch lib-http: client: Fix aborting a request that has a delayed error.
Fri, 17 Mar 2017 23:39:33 +0100 Stephan Bosch lib-http: client: Implemented http_client_request_url_str() function that accepts an URL string rather than a pre-parsed URL object.
Fri, 17 Mar 2017 23:00:42 +0100 Stephan Bosch lib-http: test-http-client-errors: Added test for using https:// while SSL is not configured.
Fri, 17 Mar 2017 23:03:03 +0100 Stephan Bosch lib-http: test-http-client-errors: Always use the proper error status code definitions rather than an integer literal.
Thu, 02 Feb 2017 01:36:50 +0100 Stephan Bosch lib-http: client: Fixed peer reconnection failure handling.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Fri, 16 Dec 2016 23:38:58 +0100 Stephan Bosch lib-http: client: Added test for premature connection loss to test-http-client-errors.
Fri, 16 Dec 2016 23:58:43 +0100 Stephan Bosch lib-http: client: Added test for normal connection backoff behavior to test-http-client-errors.
Mon, 21 Nov 2016 23:19:26 +0100 Stephan Bosch lib-http: client: Fixed assert failure occurring when a new connection fails for a peer that has active connections.
Wed, 09 Nov 2016 00:48:32 +0100 Stephan Bosch lib-http: test-http-client-errors: Add test for server that returns error status early while client is still sending blocking payload.
Wed, 09 Nov 2016 00:24:54 +0100 Stephan Bosch lib-http: Added blocking client support to test-http-client-errors.
Thu, 03 Nov 2016 21:06:27 +0100 Stephan Bosch lib-http: Fixed potential segfault problem in test-http-client-errors.
Tue, 25 Oct 2016 09:56:34 +0200 Stephan Bosch lib-http: Added DNS-related tests to test-http-client-errors.
Sun, 11 Sep 2016 14:51:28 +0200 Stephan Bosch lib-http: Made test-http-client-errors more reliable.
Fri, 17 Jun 2016 16:59:37 +0200 Stephan Bosch lib-http: client: Added tests for manual handling of connection loss retries to test-http-client-errors.
Tue, 14 Jun 2016 22:47:31 +0200 Stephan Bosch lib-http: client: Added test for http_client_request_delay_msecs() in test_http_client_errors.
Sun, 22 May 2016 10:38:18 +0200 Stephan Bosch lib-http: client: Created test program that triggers most possible error conditions.