fix to work rputs over 64k bytes. by kjunichi · Pull Request #35 · matsumotory/mruby-http2
When we rputs over 64k bytes,write system call is blocked.This patch is fix it.