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

SoftAP HTTP fixes #1362

Merged
merged 6 commits into from
Aug 9, 2017
Merged

SoftAP HTTP fixes #1362

merged 6 commits into from
Aug 9, 2017

Conversation

avtolstoy
Copy link
Member

@avtolstoy avtolstoy commented Jul 26, 2017

Problem

See #1360

Solution

  • spark/photon-wiced#17
  • Fixed chunked transfers (weren't correctly terminated with '0\r\n\r\n' empty chunk)
  • Better handling of multi-packet requests
  • Multiple connections support
  • Fixed url routing

Steps to Test

  1. See user/tests/app/softap_http/README.md, run softap_http test
  2. Check that https://docs.particle.io/reference/firmware/photon/#complete-example opens normally (it is included in the softap_http test application, so just navigating to http://192.168.0.1 should be enough)

Example App

N/A

References

Closes: #1360
Uses: spark/photon-wiced#17


Completeness

  • User is totes amazing for contributing!
  • Contributor has signed CLA (Info here)
  • Problem and Solution clearly stated
  • Run unit/integration/application tests on device
  • Added documentation (N/A)
  • Added to CHANGELOG.md after merging (add links to docs and issues)

Bug fix

[PR #1362] [Fixes #1360] Fixed SoftAP HTTP usage hard faulting in 0.7.0-rc.1 and 0.7.0-rc.2

- Fixed chunked transfers (weren't correctly terminated with '0\r\n\r\n'
  empty chunk)
- Better handling of multi-packet requests
- Multiple connections support
@avtolstoy avtolstoy added this to the 0.7.0 milestone Jul 26, 2017
@avtolstoy avtolstoy changed the title SoftAP fixes SoftAP HTTP fixes Jul 27, 2017
…rt_info and mbedtls_x509_crt_verify_info functions saving some flash space
@technobly technobly merged commit af61b49 into develop Aug 9, 2017
@technobly technobly deleted the fix/ch6490-softap-crash branch August 9, 2017 15:47
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.

0.7.0-rc.1 & rc.2 both break the SoftAP code provided in the docs
2 participants