[Webkit-unassigned] [Bug 233269] [SOUP] DNS Issues and resource timeouts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 22 11:07:34 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=233269

--- Comment #10 from Trev <trev at trevdev.ca> ---
(In reply to Michael Catanzaro from comment #8)
> Created attachment 444970 [details]
> Another test script
> 
> One more test script. This is to see if we can reproduce the problem using
> GSocketClient directly.
> 
> Note this test script discovered a strange bug in GSocketClient: it is
> emitting the G_SOCKET_CLIENT_CONNECTING event twice per connection, which is
> weird because we ought to have tests to notice that.

Output:

```
λ ./test-socket-client
Gjs-Message: 11:03:57.847: JS LOG: Connecting to example.com...
Gjs-Message: 11:03:57.849: JS LOG: Resolving example.com...
Gjs-Message: 11:03:57.850: JS LOG: Connecting to discussion.fedoraproject.org...
Gjs-Message: 11:03:57.850: JS LOG: Resolving discussion.fedoraproject.org...
Gjs-Message: 11:04:01.651: JS LOG: Resolved example.com after 3802.394 ms
Gjs-Message: 11:04:01.652: JS LOG: TCP/IP connecting to example.com...
Gjs-Message: 11:04:01.673: JS LOG: TCP/IP connected to example.com after 21.029 ms
Gjs-Message: 11:04:01.730: JS LOG: TLS handshaking for example.com...
Gjs-Message: 11:04:01.756: JS LOG: TLS handshaked for example.com after 26.555 ms
Gjs-Message: 11:04:01.757: JS LOG: Finished connection to example.com after 3909.739 ms total
Gjs-Message: 11:04:05.401: JS LOG: Resolved discussion.fedoraproject.org after 7550.626 ms
Gjs-Message: 11:04:05.401: JS LOG: TCP/IP connecting to discussion.fedoraproject.org...
Gjs-Message: 11:04:05.417: JS LOG: TCP/IP connected to discussion.fedoraproject.org after 15.541 ms
Gjs-Message: 11:04:05.420: JS LOG: TLS handshaking for discussion.fedoraproject.org...
Gjs-Message: 11:04:05.468: JS LOG: TLS handshaked for discussion.fedoraproject.org after 48.148 ms
Gjs-Message: 11:04:05.468: JS LOG: Finished connection to discussion.fedoraproject.org after 7618.382 ms total
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211122/4e9a1eb4/attachment.htm>


More information about the webkit-unassigned mailing list