Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The README.md file has a typo in the code for the "Advanced Example 3: Serving a Dynamic Website" sample code. #3

Open
nmamlm opened this issue Aug 2, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@nmamlm
Copy link
Owner

nmamlm commented Aug 2, 2023

The README.md file has a typo in the code for the "Advanced Example 3: Serving a Dynamic Website" sample code.

The line:

pathRegex:@"/.*\.html"

should be:

pathRegex:@"/.*\\.html"

Note the additional backslash needed.

Originally posted by @rmaddy in swisspol/GCDWebServer#599

@nmamlm nmamlm self-assigned this Aug 2, 2023
@nmamlm nmamlm added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Aug 2, 2023
@nmamlm nmamlm closed this as not planned Won't fix, can't repro, duplicate, stale Aug 2, 2023
@nmamlm nmamlm reopened this Aug 2, 2023
@nmamlm nmamlm removed their assignment Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
1 participant