joshc (Josh C)
- Login: joshc
- Email: josh.nw@gmail.com
- Registered on: 01/31/2013
- Last connection: 09/23/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 6 | 7 |
Activity
09/23/2022
-
03:04 PM Ruby master Bug #19017: Net::HTTP may block when attempting to reuse a persistent connection
- Forgot to add the link to the draft PR: https://github.com/ruby/ruby/pull/6423.
> I think we should solve this in ...
09/22/2022
-
08:56 PM Ruby master Bug #19017 (Open): Net::HTTP may block when attempting to reuse a persistent connection
- Ruby's Net::HTTP code performs a blocking `Net::BufferedIO#eof?` check when attempting to reuse a persistent HTTP con...
04/29/2021
-
06:32 PM Ruby master Bug #17841 (Closed): The first instance of SortedSet doesn't sort when rbtree is present
- If the `rbtree` gem is present, then in ruby 2.7, the first instance of `SortedSet` will return entries in insertion ...
08/12/2019
-
09:13 PM Ruby master Bug #14972: Net::HTTP inconsistently raises EOFError when peer closes the connection
- naruse (Yui NARUSE) wrote:
> joshc (Josh C) wrote:
> > > It is to resume with the partially downloaded result.
> >...
08/08/2019
-
11:18 PM Ruby master Bug #14972: Net::HTTP inconsistently raises EOFError when peer closes the connection
- When a range is requested, the content-length of the response is the number of bytes in the partial response, so I wo...
02/11/2019
-
06:32 PM Ruby master Bug #14972: Net::HTTP inconsistently raises EOFError when peer closes the connection
- > It is to resume with the partially downloaded result.
Doesn't `Net::HTTPResponse#read_body` raise if called more...
01/22/2019
-
11:37 PM Ruby master Bug #14972: Net::HTTP inconsistently raises EOFError when peer closes the connection
- I submitted a PR against trunk: https://github.com/ruby/ruby/pull/2074
09/20/2018
-
10:40 PM Ruby master Bug #14972: Net::HTTP inconsistently raises EOFError when peer closes the connection
- If `@socket.read clen, dest` reads fully `clen` bytes then that seems ok. But if it can read fewer than `clen` bytes,...
08/07/2018
-
07:20 AM Ruby master Bug #14972 (Closed): Net::HTTP inconsistently raises EOFError when peer closes the connection
- If chunked transfer encoding is used, and the peer closes the connection while the caller is reading data, then the `...
01/23/2018
-
02:50 AM Ruby master Bug #14384 (Closed): CompatibilityError is thrown when formatting a non-ASCII string with a binary string argument
- The following script:
~~~
# coding: utf-8
require 'socket'
begin
TCPSocket.open('nowhere', 80)
rescue => e
...
Also available in: Atom