Skip to content

Tags: remy/next-http

Tags

1.1.0

Toggle 1.1.0's commit message
chore: bump version correctly

1.0.3

Toggle 1.0.3's commit message
chore: update bin

1.0.2

Toggle 1.0.2's commit message
fix: don't write 0 to SLOT 6

Fixes: #5

1.0.1

Toggle 1.0.1's commit message
v1.0.1 build

1.0.0

Toggle 1.0.0's commit message
stable public release

1.0-26.rc

Toggle 1.0-26.rc's commit message
fix 7bit get (cspect support)

Only works for smaller sizes, but importantly it works again.

1.0-25.rc

Toggle 1.0-25.rc's commit message
fix 7bit post on byte lenght mod 3 == 2

Got my 1 and 2 switched around

1.0-24.rc

Toggle 1.0-24.rc's commit message
correct build version to release candidate

1.0-20.beta

Toggle 1.0-20.beta's commit message
connection: keep-alive

Instead of requesting the connection: close - which it appears some
ESPs will close the connection during buffering the uart data, now
we request with connection: keep-alive and manually close the TCP
connection when we're done.

This is achieved by parsing the http headers, looking for content-length
converting the value to a 32bit value, then subtracting the chunks we
get from the uart until the length reaches zero.

Chunked encoding is still going to be a problem because the bytes
include "metadata" that says how much data we've got in a chunk
so the length won't match the number of bytes coming down, but chunked
encoding wasn't supported yet anyway, so it's still an open issue.

This has been tested on AT versions:

- 1.1.0.0
- 1.2.0.0
- 1.3.0.0
- 1.6.0.0 (which had the problem in the first place)

1.0-18.beta

Toggle 1.0-18.beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from remy/http