General

Profile

joshc (Josh C)

  • Login: joshc
  • Email: josh.nw@gmail.com
  • Registered on: 01/31/2013
  • Last sign in: 01/29/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 6 7

Activity

02/24/2023

01:43 AM Ruby master Bug #19378: Windows: Use less syscalls for faster require of big gems
I've also noticed a significant increase in file IO events (as reported by procmon) due to https://github.com/ruby/ru... joshc (Josh C)

02/23/2023

09:31 PM Ruby master Bug #13831: error when try to install
We've been carrying a patch for this issue for many years now and I submitted a PR: https://github.com/ruby/ruby/pull... joshc (Josh C)

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 ...
joshc (Josh C)

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... joshc (Josh C)

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 ... joshc (Josh C)

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.
> >...
joshc (Josh C)

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... joshc (Josh C)

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...
joshc (Josh C)

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 joshc (Josh C)

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,... joshc (Josh C)

Also available in: Atom