Skip to content

merge develop into developmod - #1

Merged
ReuschelCGN merged 5 commits into
developmodfrom
develop
Jun 23, 2026
Merged

merge develop into developmod#1
ReuschelCGN merged 5 commits into
developmodfrom
develop

Conversation

@ReuschelCGN

Copy link
Copy Markdown
Owner

No description provided.

comstud added 5 commits June 21, 2026 05:09
Reader() uses what's in the context, wiping out the manual SetDeadline.
I'll clean this up further later.
getRequestMethods allocated the methods slice with length 0 (capacity N)
and then wrote via methods[idx], which panics with "index out of range
[0] with length 0" as soon as an RPC request carries any method entries.

Set the slice length to the request count so the direct index assignment
is valid.
We always want to make sure the go-generated version is
always commited, matching version.txt
@ReuschelCGN
ReuschelCGN merged commit 6d200e6 into developmod Jun 23, 2026
2 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.

2 participants