You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have an error we should not simply ignore it and continue processing.
Instead the fetcher now returns the error immediately.
Also
* do not continue resolving&fetching when 0 up/down segments are cached
* log sciond error code in debug
* remove duplicated log about convergence problem
* improve returned error when a timeout occurs in QUIC
Fixesscionproto#2721Fixesscionproto#3293Fixesscionproto#3294Fixesscionproto#3094
If we have an error we should not simply ignore it and continue processing.
Instead the fetcher now returns the error immediately.
Also
* do not continue resolving&fetching when 0 up/down segments are cached
* log sciond error code in debug
* remove duplicated log about convergence problem
* improve returned error when a timeout occurs in QUIC
Fixesscionproto#2721Fixesscionproto#3293Fixesscionproto#3294Fixesscionproto#3094
If we have an error we should not simply ignore it and continue processing.
Instead the fetcher now returns the error immediately.
Also
* do not continue resolving&fetching when 0 up/down segments are cached
* log sciond error code in debug
* remove duplicated log about convergence problem
* improve returned error when a timeout occurs in QUIC
Fixes#2721Fixes#3293Fixes#3294Fixes#3094
When a quic read times out the following error is printed:
It is far from clear that error code 1 is a timeout, it would be nice to have a more descriptive error text.
The text was updated successfully, but these errors were encountered: