httpdate: support running multi-threaded code without a GVL (Rubinius)httpdate-nogvl
commit91613ed4880e793491dc2024725cbbcfdf64a7a9
authorEric Wong <normalperson@yhbt.net>
Wed, 1 Jan 2014 09:50:15 +0000 (1 09:50 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 1 Jan 2014 10:08:26 +0000 (1 10:08 +0000)
tree7c92afd6f7ae2edfd09e5765a5e71a8c5c75d013
parent728b2c70cda7787a80303c6fa2c2530dcb490c90
httpdate: support running multi-threaded code without a GVL (Rubinius)

Using thread-local storage via the Ruby API allows us to not worry
about memory management.
ext/unicorn_http/httpdate.c