sekai (sekai kobayashi)
- Login: sekai
- Registered on: 08/27/2013
- Last sign in: 12/16/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/24/2013
-
08:53 PM Ruby Bug #9050 (Closed): I may have encountered a bug in the Ruby interpreter or extension libraries.
I got this message from two different sorce code.(Case1, Case2)
and, I recieve wrong http response data.(Case3)
【Case1】
■code
require 'socket'
host = "sekai-in-the-box.appspot.com"
port = 80
path = "/iseer.html"
request =...