all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: James Stout <james.wolf.stout@gmail.com>
Cc: 16345@debbugs.gnu.org
Subject: bug#16345: 24.3; url-http sometimes closes connection prematurely
Date: Mon, 28 Dec 2015 18:49:35 +0100	[thread overview]
Message-ID: <87d1tqv4y8.fsf@gnus.org> (raw)
In-Reply-To: <CAJGMLzyR7pfioBVb+tr5UkW1T1EE2EE6Lafz32wCyhaeni0caA@mail.gmail.com> (James Stout's message of "Sun, 27 Dec 2015 15:28:32 -0800")

James Stout <james.wolf.stout@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





  reply	other threads:[~2015-12-28 17:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-04 21:01 bug#16345: 24.3; url-http sometimes closes connection prematurely James Stout
2014-01-04 23:46 ` Glenn Morris
2014-01-05 19:59   ` James Stout
2015-12-25 20:38     ` Lars Ingebrigtsen
2015-12-27 23:28       ` James Stout
2015-12-28 17:49         ` Lars Ingebrigtsen [this message]
2015-12-28 18:50           ` James Stout
2015-12-28 19:50             ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d1tqv4y8.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=16345@debbugs.gnu.org \
    --cc=james.wolf.stout@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.