-
Notifications
You must be signed in to change notification settings - Fork 168
Websocket improvement headers #330
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
Websocket improvement headers #330
Conversation
7ef175b to
d660977
Compare
The header Sec-WebSocket-Protocol is optional in both the request and the response from the server. Signed-off-by: Joel Guittet <joelguittet@gmail.com>
The Authorization: Bearer header allow to perform authentication providing a token. It is optional. Signed-off-by: Joel Guittet <joelguittet@gmail.com>
d660977 to
5372101
Compare
|
Thank you for this contribution, @joelguittet. @eclipse-threadx/iot-threadx-committers: Please review this PR. |
|
Any news here @fdesbiens ? Thanks for your support |
|
Hi @joelguittet. A few team members took vacations in the last few weeks, including myself. I will nudge the group about reviewing this. I appreciate your patience. |
|
I understand, thanks for your feedback |
|
@joelguittet I changed the target branch to dev since we accumulate fixes and new features there ahead of the next release. This PR will be merged with master if the review is successful, in our next release (probably in September). Thank you for accepting to review, @yuxinzhou5. |
|
@fdesbiens ok understood. I should rebase on top of dev in this case. If master and dev are not at the same commit, this pr wrongly shows plenty of unrelated commits. |
|
Reviewed and approved. |
|
Thanks! |
The purpose of this Pull-Request is to propose two websocket improvments regarding headers: