Skip to content

Handle repeated NNTP command whitespace#20

Merged
ralyodio merged 1 commit into
profullstack:mainfrom
phucnguyen1707:handle-nntp-command-whitespace
Jun 15, 2026
Merged

Handle repeated NNTP command whitespace#20
ralyodio merged 1 commit into
profullstack:mainfrom
phucnguyen1707:handle-nntp-command-whitespace

Conversation

@phucnguyen1707

Copy link
Copy Markdown
Contributor

Summary: parse NNTP command lines with strings.Fields so repeated whitespace does not create empty arguments; keep blank/unknown commands on the existing 500 path; add a net.Pipe regression test for GROUP with two spaces before the group name. Verification: env GOMODCACHE=/tmp/go-mod-cache GOCACHE=/tmp/go-build-cache GOTOOLCHAIN=go1.26.0+auto go test ./... . Closes #19.

@ralyodio ralyodio merged commit 36c6e0e into profullstack:main Jun 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NNTP GROUP fails with repeated command whitespace

2 participants