Skip to content

Warning during transform HTTP/1.1 response into HTTP/2 #1673

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

Closed
const-t opened this issue Aug 10, 2022 · 2 comments
Closed

Warning during transform HTTP/1.1 response into HTTP/2 #1673

const-t opened this issue Aug 10, 2022 · 2 comments

Comments

@const-t
Copy link
Contributor

const-t commented Aug 10, 2022

Scope

Tempesta prints [tempesta fw] Warning: Unable to transform HTTP/1.1 data into HTTP/2 format: free space exhausted (accumulated length: 99 when receive certain response from server and forwards it to http2 client. Example of such responses:

'HTTP/1.1 200 OK\r\n'
'Content-Length: 1\r\n\r\n'
'1'
'HTTP/1.1 200 OK\r\n'
'Server: qwertyuiop-qwertyuiop-qwertyuiop\r\n'
'Content-Length: 1\r\n\r\n'
'1'

However, this response will be processed correctly:

'HTTP/1.1 200 OK\r\n'
'Server: test\r\n'
'Date: test\r\n'
'Content-Length: 1\r\n\r\n'
'1'

Testing

Need to develop functional test which will contain responses from current issue.

@const-t
Copy link
Contributor Author

const-t commented Aug 10, 2022

Probably related issue, but has different approach to reproduce #1669

@const-t
Copy link
Contributor Author

const-t commented Aug 10, 2022

Duplicates #1669

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants