GNU bug report logs - #16345
24.3; url-http sometimes closes connection prematurely

Previous Next

Package: emacs;

Reported by: James Stout <james.wolf.stout <at> gmail.com>

Date: Sat, 4 Jan 2014 23:43:01 UTC

Severity: normal

Tags: fixed

Found in version 24.3

Fixed in version 26.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #24 received at 16345 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: James Stout <james.wolf.stout <at> gmail.com>
Cc: Glenn Morris <rgm <at> gnu.org>, 16345 <at> debbugs.gnu.org
Subject: Re: bug#16345: 24.3; url-http sometimes closes connection prematurely
Date: Mon, 28 Dec 2015 18:49:35 +0100
James Stout <james.wolf.stout <at> gmail.com> writes:

> I'm suggesting the following change:
>
> Before: (if (re-search-forward "^\r*$" nil t) (url-http-debug "Saw end of
> trailers..."))
> After: (if (re-search-forward "^\r?\n" nil t) (url-http-debug "Saw end of
> trailers..."))
>
> This is based purely on my reading of the spec; this wasn't actually a problem
> I ran into (and it's just going to affect a debug message).

Can you send a patch for the change?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 8 years and 175 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.