Changes between Version 1 and Version 2 of Ticket #3935, comment 4
- Timestamp:
- 2023-02-23T15:23:11Z (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3935, comment 4
v1 v2 1 1 To implement: 2 2 3 1. End to end test with bad URLs (http://localhost:0, real server that just accepts connection and never responds) in addition to good URL 3 1. End to end test with bad URLs (http://localhost:0, real server that just accepts connection and never responds) in addition to good URL. Not sure how to do this... 4 4 2. DONE: Unit test that use plugged in HTTP request 5 5 3. Stop using DeferredList, it's awful