all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "南 優也" <yuya373@me.com>
To: 28515@debbugs.gnu.org
Subject: bug#28515:
Date: Mon, 25 Sep 2017 07:20:27 +0000 (GMT)	[thread overview]
Message-ID: <9d201cb1-5931-4c0a-90c7-34846d199827@me.com> (raw)
In-Reply-To: <20170919133953.37874-1-yuya373@me.com>

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

additional information:
`url-http` calls `url-http-find-free-connection` before `(setq url-current-object url)` and `url-http-find-free-connection` calls `url-open-stream` and `url-open-stream` referencing `url-current-object` before `url-http` updates it's value.
when `url-open-stream` referencing `url-current-object`, it's value is `nil` or old `url-current-object`.

so, let `url-current-object` to `url` in `url-http` before calling `url-http-find-free-connection`.

[-- Attachment #2.1: Type: text/html, Size: 552 bytes --]

  reply	other threads:[~2017-09-25  7:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-19 13:39 bug#28515: [PATCH] fix url-current-object is undefined Yuya Minami
2017-09-25  7:20 ` 南 優也 [this message]
2017-09-30 13:35   ` bug#28515: Eli Zaretskii

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=9d201cb1-5931-4c0a-90c7-34846d199827@me.com \
    --to=yuya373@me.com \
    --cc=28515@debbugs.gnu.org \
    /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.