Merge lp:~mbp/bzr/198646-http-boundary-2.3 into lp:bzr/2.3

Proposed by Martin Pool
Status: Merged
Approved by: Martin Pool
Approved revision: no longer in the source branch.
Merged at revision: 5659
Proposed branch: lp:~mbp/bzr/198646-http-boundary-2.3
Merge into: lp:bzr/2.3
Diff against target: 12 lines (+3/-0)
1 file modified
doc/en/release-notes/bzr-2.3.txt (+3/-0)
To merge this branch: bzr merge lp:~mbp/bzr/198646-http-boundary-2.3
Reviewer Review Type Date Requested Status
Robert Collins Pending
Review via email: mp+69947@code.launchpad.net

Commit message

add news for bug 198646

Description of the change

bug 198646 is that some buggy squids can close a connection in the middle of a mime multipart request, before the boundary line; users sometimes hit this and can't easily change their corporate proxy. hat tip to Henrik for the clear description.

This builds on a patch attached to that bug to handle this more cleanly, and it adds a test that does trigger the behaviour.

The test is a bit copy-pasty, but it does cover the case and it's not awful.

To post a comment you must log in.
Revision history for this message
Martin Pool (mbp) wrote :

sent to pqm by email

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/en/release-notes/bzr-2.3.txt'
--- doc/en/release-notes/bzr-2.3.txt 2011-07-14 17:30:21 +0000
+++ doc/en/release-notes/bzr-2.3.txt 2011-08-01 05:03:45 +0000
@@ -32,6 +32,9 @@
32.. Fixes for situations where bzr would previously crash or give incorrect32.. Fixes for situations where bzr would previously crash or give incorrect
33 or undesirable results.33 or undesirable results.
3434
35* Cope cleanly with buggy HTTP proxies that close the socket in the middle
36 of a multipart response. (Martin Pool, #198646).
37
35Documentation38Documentation
36*************39*************
3740

Subscribers

People subscribed via source and target branches