General

Profile

pushrax (Justin Li)

  • Login: pushrax
  • Registered on: 09/22/2018
  • Last sign in: 02/10/2019

Issues

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

Activity

09/22/2018

03:31 PM Ruby Bug #15146 (Closed): [PATCH] webrick: raise EOFError in parse when read line is nil
If the IO object being read during parse returned `nil` from `gets`, a NoMethodError would be raised calling `bytesize` on `nil`. Instead, an `EOFError` should be returned. This bug has been present since r14260.
https://github.com/ru...
pushrax (Justin Li)

Also available in: Atom