Skip to content

Skip not complete HTTP messages#953

Merged
buger merged 1 commit into
masterfrom
fix/skip-malformed
Jun 28, 2021
Merged

Skip not complete HTTP messages#953
buger merged 1 commit into
masterfrom
fix/skip-malformed

Conversation

@buger

@buger buger commented Jun 28, 2021

Copy link
Copy Markdown
Collaborator

Added --input-raw-allow-incomplete if you really need it.

Fixed Bug when output binary response not tracked
Additionally, fixed bug which prevents Gor from exiting.

Added `--input-raw-allow-incomplete` if you really need it.

Fixed Bug when outpuut binary response not tracked
Additionally fixed bug which prevents Gor from exiting.
Comment thread tcp/tcp_message.go
return m
}

func (parser *MessageParser) Messages() chan *Message {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported method MessageParser.Messages should have comment or be unexported

Comment thread tcp/tcp_message.go
return m
}

func (parser *MessageParser) Messages() chan *Message {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported method MessageParser.Messages should have comment or be unexported

@buger buger merged commit 9468978 into master Jun 28, 2021
@buger buger deleted the fix/skip-malformed branch June 28, 2021 20:02
xingren23 referenced this pull request in xingren23/goreplay Sep 4, 2021
Added `--input-raw-allow-incomplete` if you really need it.

Fixed Bug when outpuut binary response not tracked
Additionally fixed bug which prevents Gor from exiting.
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