Changes between Initial Version and Version 1 of Ticket #3935, comment 4
- Timestamp:
- 2023-02-21T16:37:04Z (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3935, comment 4
initial v1 2 2 3 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 4 2. Unit test that use plugged in HTTP request 4 2. DONE: Unit test that use plugged in HTTP request 5 3. Stop using DeferredList, it's awful