kubo39 / bossan

high performance asynchronous rack web server
Other
28 stars 5 forks source link

Using rb_sys_fail for some syscalls fail #23

Closed kubo39 closed 10 years ago

kubo39 commented 10 years ago

Using rb_sys_fail so that we can check errno when syscall fails. I think it's better than using assert(0).