Skip to content

Use boost regex instead of std, because of buggy glibc++ in RHEL7

Ole Christian Eidheim requested to merge bjorkegeek:master into master

Created by: bjorkegeek

On Red Hat Enterprise Linux 7 / CentOS 7, Simple-Web-Server does not work because of buggy regex implementation in libstdc++. This patch fixes the issue by using boost's regex implementation.

Merge request reports