This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Commit abb4a8e
committed
Add minimal compatibility headers for AsyncHTTPSRequest_Generic
This library for asynchronous HTTPS requests was originally written to use
its own fork of AsyncTCP, renamed to AsyncTCP_SSL and patched to add
SSL support. However, this fork has also inherited the design flaw of a queue
post with infinite delay that plagues the original AsyncTCP library. Therefore
these header files were created that simply #define AsyncSSLClient back
into AsyncClient, only when ASYNC_TCP_SSL_ENABLED is defined. Tested
with one of the AsyncHTTPSRequest_Generic examples and confirmed to
run without issue using AsyncTCPSock instead.1 parent 1212289 commit abb4a8e
2 files changed
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments