Changes between Version 1 and Version 2 of Ticket #3935, comment 4


Ignore:
Timestamp:
2023-02-23T15:23:11Z (21 months ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3935, comment 4

    v1 v2  
    11To implement:
    22
    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
     31. 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...
    442. DONE: Unit test that use plugged in HTTP request
    553. Stop using DeferredList, it's awful