Clicking some links on Bing are not redirecting properly
Categories
(Web Compatibility :: Site Reports, defect, P1)
Tracking
(Not tracked)
People
(Reporter: mkaply, Unassigned)
References
()
Details
(Keywords: webcompat:needs-diagnosis, webcompat:site-report, Whiteboard: [webcompat:sightline])
User Story
platform:windows,mac,linux,android impact:site-broken configuration:general affects:some branch:release diagnosis-team:networking
Attachments
(2 files)
If you navigate to:
https://www.bing.com/search?pc=MOZI&form=MOZLBR&q=best+prime+day+deals
and click on some of the links below the prime ad (in the screen recording, Firefox goes to a bing URL but never redirects to the actual ad.
Oddly, the resulting web page isn't actually loaded. There is no reload button. Pressing enter loads the page.
If you bring up the inspector, there is no page.
I tried to use mozregression to see if this is new and it seemed like it was? Like maybe around May 20, but I ran into other problems that kept me from properly using mozregression.
Comment 1•2 years ago
|
||
I was able to reproduce this on Windows with 128 Release and 130 Nightly FWIW
| Reporter | ||
Comment 2•2 years ago
|
||
Profile:
https://share.firefox.dev/3W7QxZr
I used:
timestamp,sync,nsHttp:5,cache2:5,nsSocketTransport:5,nsHostResolver:5,EarlyHint:5,nsDocShell:5
I didn't start logging until the bing page was up.
I clicked the link and it didn't load and then I stopped logging.
Updated•2 years ago
|
| Reporter | ||
Comment 3•2 years ago
|
||
Profile with more stacks
First link worked, second one didn't. Stopped log after failing link
https://share.firefox.dev/3W9aC1K
| Reporter | ||
Comment 5•2 years ago
|
||
I don't necessarily trust mozregression in this case because it seems intermittent, but in my testing, something definitely changed around May 20th because before May 20th, they loaded consistently.
Is the closest I could come. It picked some specific patches, but I don't trust it.
https://bugzilla.mozilla.org/show_bug.cgi?id=1865040 is on the list, but I don't see how it could be related.
Comment 6•2 years ago
|
||
FWIW, I can't reproduce this.
Could you try to record the http log to a file? It's easier for debugging.
Could you also try to disable network.http.priority_header.enabled and see if this still happens?
Thanks.
| Reporter | ||
Comment 7•2 years ago
|
||
| Reporter | ||
Comment 8•2 years ago
|
||
Still happens with that pref flipped (let me know if I would need to restart).
Also, this appears to be Windows only.
Comment 9•2 years ago
|
||
From the the profiler and moz log, I see the same thing:
2024-07-17 11:43:01.852000 UTC - [Parent 14024: Socket Thread]: D/nsSocketTransport nsSocketInputStream::Read [this=20368d84dc0 count=9]
2024-07-17 11:43:01.852000 UTC - [Parent 14024: Socket Thread]: D/nsSocketTransport calling PR_Read [count=9]
2024-07-17 11:43:01.852000 UTC - [Parent 14024: Socket Thread]: D/nsSocketTransport PR_Read returned [n=-1]
2024-07-17 11:43:01.852000 UTC - [Parent 14024: Socket Thread]: D/nsSocketTransport ErrorAccordingToNSPR [in=-5961 out=804b0014]
2024-07-17 11:43:01.852000 UTC - [Parent 14024: Socket Thread]: D/nsSocketTransport nsSocketTransport::OnMsgInputClosed [this=2035ef24600 reason=804b0014]
2024-07-17 11:43:01.852000 UTC - [Parent 14024: Socket Thread]: I/nsHttp Http2Session 20360e19900 buffering frame header read failure 804b0014
2024-07-17 11:43:01.852000 UTC - [Parent 14024: Socket Thread]: V/nsHttp nsHttpConnection::OnSocketReadable 20363ca2400 trans->ws rv=804b0014 n=0 socketin=804b0014
2024-07-17 11:43:01.852000 UTC - [Parent 14024: Socket Thread]: V/nsHttp nsHttpConnection::CloseTransaction[this=20363ca2400 trans=20360e19900 reason=804b0014]
The connection was closed because of NS_ERROR_NET_RESET, which indicates that the server might have closed the connection. Could you also try to capture a Wireshark trace so we can confirm if we received a TCP RESET?
Thanks.
Updated•2 years ago
|
Updated•2 years ago
|
Updated•1 year ago
|
Description
•