bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28515:


From: Eli Zaretskii
Subject: bug#28515:
Date: Sat, 30 Sep 2017 16:35:30 +0300

> From: 南 優也 <yuya373@me.com>
> Date: Mon, 25 Sep 2017 07:20:27 +0000 (GMT)
> 
> 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`.

Thanks, I fixed this on the emacs-26 branch.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]