Kenichi Nakamura
Kenichi Nakamura
yeah, i don't see any server-side parsing in that `http-form_data` gem... what am i missing?
@digitalextremist i have no specific hopes for multipart support in angelo; however, i do agree now that it should be handled in reel, so our respective DSLs can build off...
@pachacamac hello! last summer, i was able to help a google summer of code student through adding rudimentary support for both sessions and multipart to reel. it's not merged yet,...
hi @fkchang. thanks for using angelo! i think the main problem here is using `Kernel.sleep` instead of [`Celluloid.sleep`](https://github.com/celluloid/celluloid/blob/master/lib/celluloid.rb#L405). i was able to do this by just removing the `Kernel.` part...
@fkchang interesting. i used your example with the latest code on master, and i only removed the `Kernel.` bit from the sleep line. In another IRB session, i did: ```...
hmm, it seems to be somewhere between 10E4 and 10E5 as the multiplier that the error is raised. prior to that size of message, it seems to work. the error...
slightly different than #108 which I probably would've just used if i'd looked first 😂
also note that it is not possible to [build proper H2 *_servers_* using JRuby](https://github.com/kenichi/reel/blob/h2/lib/reel/h2/server/https.rb#L104-L105) without some sort of subsequent protocol negotiation. looks like jruby-openssl is up to 1.1.0, and since...
@RodolfoSilva thanks for the suggestions, @jsonkenl resolution incoming...
@aripollak this solution works Pretty Good as of today, and has a nice restrictive access element to it. Thank you 🙇🏽♂️