mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[PR #32] [MERGED] Handle errors go way & handle unexpected EOF in blocks #51
Labels
No labels
bug
enhancement
good first issue
pull-request
question
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gonginx#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tufanbarisyildirim/gonginx/pull/32
Author: @tufanbarisyildirim
Created: 12/15/2023
Status: ✅ Merged
Merged: 12/22/2023
Merged by: @tufanbarisyildirim
Base:
master← Head:v2📝 Commits (6)
106216ahandle errors go way, init fixing #31eeb298eadd option to skip comments5bfd15dhandle unexpected eof in block parsing6a7cfcbfix building issues for examples619c2d8validate known directives460e47bdelete duplicate directives, fix tests, make linter happy📊 Changes
16 files changed (+1031 additions, -109 deletions)
View changed files
📝
Makefile(+3 -0)📝
block.go(+1 -0)📝
dumper.go(+3 -1)📝
examples/adding-server/main.go(+4 -1)📝
examples/formatting/main.go(+4 -1)📝
examples/update-directive/main.go(+4 -1)📝
http.go(+1 -0)📝
lua_block.go(+1 -0)📝
parser/parser.go(+82 -48)📝
parser/parser_test.go(+60 -48)➕
parser/valid_directives.go(+731 -0)➕
testdata/issues/31.conf(+115 -0)📝
upstream.go(+6 -1)📝
upstream_server.go(+2 -2)📝
upstream_server_test.go(+4 -1)📝
upstream_test.go(+10 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.