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

Skip not complete HTTP messages #953

Merged
merged 1 commit into from
Jun 28, 2021
Merged

Skip not complete HTTP messages #953

merged 1 commit into from
Jun 28, 2021

Conversation

buger
Copy link
Owner

@buger buger commented Jun 28, 2021

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.
}

func (parser *MessageParser) Read() *Message {
m := <-parser.messages
return m
}

func (parser *MessageParser) Messages() chan *Message {
Copy link
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

}

func (parser *MessageParser) Read() *Message {
m := <-parser.messages
return m
}

func (parser *MessageParser) Messages() chan *Message {
Copy link
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