Closed
Bug 829597
Opened 12 years ago
Closed 12 years ago
Proxy connections completely broken by bug 769764
Categories
(Other Applications :: ChatZilla, defect)
Other Applications
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla-mozilla-20000923, Assigned: bugzilla-mozilla-20000923)
References
Details
(Whiteboard: [cz-0.9.90])
Attachments
(2 files, 1 obsolete file)
1.87 KB,
patch
|
samuel
:
review+
|
Details | Diff | Splinter Review |
15.89 KB,
patch
|
samuel
:
review+
|
Details | Diff | Splinter Review |
Bug 769764 removes all means of synchronously resolving URLs to proxy data, which naturally breaks ChatZilla's use of proxies (and only by lucky coding doesn't break all connections).
Assignee | ||
Comment 1•12 years ago
|
||
This just fixes the display of DCC messages to show the remoteIP instead of localIP, making it match /dcc-list and the correct expectations, and the /dcc-list summary mislabelled failed as finished connections.
Assignee | ||
Comment 2•12 years ago
|
||
The real deal; change CBSConnection's connect method to be async in the face of proxies (and sync callback otherwise). Also includes some more DCC tidy-up of unused properties.
Attachment #703981 -
Flags: review?(samuel)
Comment 3•12 years ago
|
||
This bug has quite crippled internal BBC operations comms with users stuck on Firefox 17, hence my vote.
Updated•12 years ago
|
Attachment #703980 -
Flags: review?(samuel) → review+
Updated•12 years ago
|
Attachment #703981 -
Flags: review?(samuel) → review+
Assignee | ||
Comment 4•12 years ago
|
||
This update fixes /cancel during the proxy lookup phase. If you /cancel during the proxy lookup phase, the cancelling message appears and then when it completes, the connection is cancelled.
Attachment #703981 -
Attachment is obsolete: true
Attachment #705051 -
Flags: review?(samuel)
Updated•12 years ago
|
Attachment #705051 -
Flags: review?(samuel) → review+
Assignee | ||
Comment 5•12 years ago
|
||
http://hg.mozilla.org/chatzilla/file/4372bfb647e1
http://hg.mozilla.org/chatzilla/file/ff4fb7cb46c9
Simon Lucy, in about 45 minutes an automated build with these patches should appear on http://james-ross.co.uk/mozilla/chatzilla/nightly/ - please do let us know if this improves the situation at the BBC.
Likewise, anyone else using proxy connections, please report back if the nightly build fixes or doesn't fix the issue.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 6•12 years ago
|
||
(In reply to James Ross from comment #5)
> http://hg.mozilla.org/chatzilla/file/4372bfb647e1
> http://hg.mozilla.org/chatzilla/file/ff4fb7cb46c9
>
> Simon Lucy, in about 45 minutes an automated build with these patches should
> appear on http://james-ross.co.uk/mozilla/chatzilla/nightly/ - please do let
> us know if this improves the situation at the BBC.
>
> Likewise, anyone else using proxy connections, please report back if the
> nightly build fixes or doesn't fix the issue.
That url 404s for me I'm afraid James.
Comment 7•12 years ago
|
||
(In reply to Simon Lucy from comment #6)
> (In reply to James Ross from comment #5)
> > http://hg.mozilla.org/chatzilla/file/4372bfb647e1
> > http://hg.mozilla.org/chatzilla/file/ff4fb7cb46c9
> >
> > Simon Lucy, in about 45 minutes an automated build with these patches should
> > appear on http://james-ross.co.uk/mozilla/chatzilla/nightly/ - please do let
> > us know if this improves the situation at the BBC.
> >
> > Likewise, anyone else using proxy connections, please report back if the
> > nightly build fixes or doesn't fix the issue.
>
> That url 404s for me I'm afraid James.
Ignore that something peculiar in a different proxy, fine with Chrome
Assignee | ||
Updated•12 years ago
|
Whiteboard: [cz-0.9.90]
Comment 8•12 years ago
|
||
Thanks very much I thought I'd commented after testing but evidently not,
You need to log in
before you can comment on or make changes to this bug.
Description
•