sk (SK Liew)
Login: sk
Registered on: 01/18/2018
Last sign in: 02/19/2018
Issues
02/19/2018
09:52 AM
Ruby
Bug #14466: Errno::ECONNRESET or Errno::EPIPE raised instead of HTTPResponse returned when POSTing with large body
I have just confirmed with wireshark that a 404 is returned before the connection aborts.
sk (SK Liew)
02/12/2018
09:19 AM
Ruby
Bug #14466 (Closed): Errno::ECONNRESET or Errno::EPIPE raised instead of HTTPResponse returned when POSTing with large body
Using `net/http`, when trying to POST to an endpoint with a large body, Errno::ECONNRESET or Errno::EPIPE would be raised. How to reproduce: 1. In a terminal, run `ruby -run -e httpd -- -p 3000 .` to run a HTTP webserver. 2. In an...
sk (SK Liew)
01/18/2018
05:23 PM
Ruby
Bug #14373 (Closed): Methods with more than 32 keyword arguments with default values have some of the arguments set to default despite being passed in.
~~~ ruby class Test # 33 keyword arguments def test1(a0: '', a1: '', a2: '', a3: '', a4: '', a5: '', a6: '', a7: '', a8: '', b0: '', b1: '', b2: '', b3: '', b4: '', b5: '', b6: '', b7: '', b8: '', c0: '', c1: '', c2: '', c3: '', ...
sk (SK Liew)
Also available in: Atom
Loading...