Closed
Bug 229581
Opened 22 years ago
Closed 22 years ago
Internet kyewords: Hang if trying to connect to a non-FQDN host w/o any HTTP server
Categories
(SeaMonkey :: Location Bar, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 229325
People
(Reporter: wolruf, Assigned: darin.moz)
References
(
URL
)
Details
(Keywords: hang)
Attachments
(2 files)
build ID: FB 20031227 Win2k.
Steps to reproduce:
1. Connect to a host that resolves but doesn't have any HTTP daemon running on
port 80, the host has to be non-FQDN (e.g. http://foo),
2. FB reaches 99% CPU, doesn't display any error message and cannot be killed
properly,
3. FB works fine with a proper error window (can't connect to host) if the host
is FQDN (e.g. http://foo.domain.com).
| Reporter | ||
Comment 1•22 years ago
|
||
| Reporter | ||
Comment 2•22 years ago
|
||
Comment 3•22 years ago
|
||
This may be a dup of bug 229325. Internet Keywords feature is enabled by default
in Firebird.
| Reporter | ||
Comment 4•22 years ago
|
||
connecting to http://IP@ also work fine, produce the same log as with the FQDN
scenario.
According to the logs, in the non-FQDN scenario, Mozilla doesn't reach line 914
(that call DeleteThis_Handler) in DeleteSelfOnConsumerThread():
http://lxr.mozilla.org/seamonkey/source/netwerk/protocol/http/src/nsHttpTransaction.cpp#888
-> location bar, qa to me.
Try turning off Interne Keywords (see Prefs | Smart Browsing).
*** This bug has been marked as a duplicate of 229325 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Component: Networking: HTTP → Location Bar
QA Contact: httpqa → benc
Resolution: --- → DUPLICATE
Summary: Hang if trying to connect to a non-FQDN host w/o any HTTP server → Internet kyewords: Hang if trying to connect to a non-FQDN host w/o any HTTP server
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•