unicorn_http_common.rl: use only ASCII spaces for compatibility
commit7624fe222f77ab7425f10ed072b103666339c24b
authorEW <bofh@yhbt.net>
Tue, 20 Jun 2023 10:46:20 +0000 (20 10:46 +0000)
committerEW <bofh@yhbt.net>
Tue, 20 Jun 2023 10:46:58 +0000 (20 10:46 +0000)
treef389c12138503f6598e5513a971a33693d75cab3
parent669d826f1d60dc682fa5a10adb2b2e171c7255ce
unicorn_http_common.rl: use only ASCII spaces for compatibility

Ragel 6.10 on FreeBSD 12.4 amd64 complains and fails on this, yet the same
Ragel version on Debian 11.x i386 and amd64 never has.  I suspect this can
fix compatibility on s390x, arm64, armel, and armhf Debian builds:

https://buildd.debian.org/status/fetch.php?pkg=unicorn&arch=s390x&ver=6.1.0-1&stamp=1687156375&file=log
https://buildd.debian.org/status/fetch.php?pkg=unicorn&arch=arm64&ver=6.1.0-1&stamp=1687156478&file=log
https://buildd.debian.org/status/fetch.php?pkg=unicorn&arch=armel&ver=6.1.0-1&stamp=1687156619&file=log
https://buildd.debian.org/status/fetch.php?pkg=unicorn&arch=armhf&ver=6.1.0-1&stamp=1687156807&file=log

Fixes: d5fbbf547203061b (Add some tolerance (RFC2616 sec. 19.3), 2016-10-20)
ext/unicorn_http/unicorn_http_common.rl