khoih-prog / AsyncWebServer_STM32

AsyncWebServer for STM32 using builtin LAN8742A Ethernet. This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet. Now support using CString to save heap to send very large data
GNU Lesser General Public License v3.0
20 stars 5 forks source link

Fix base64 encoding of websocket client key and progmem support for webserver #7

Closed tothtechnika closed 2 years ago

tothtechnika commented 2 years ago

As the title says I've fixed a couple of things. I hope it helps. 🙂

khoih-prog commented 2 years ago

Hi @tothtechnika

Thanks for the PR and sorry for the delay as the PR is a little bit complicated and takes some time to have a look.

I merging the PR now, and will publish a new release soon with your contribution noted.

BR,

khoih-prog commented 2 years ago

Hi @tothtechnika

The new AsyncWebServer_STM32 releases v1.4.0 has just been published.

Your contribution has been noted in Contributions and Thanks.

Looking forward to receiving more of your PRs and bug reports.

Best Regards,


Releases v1.4.0

  1. Fix base64 encoding of websocket client key and add WebServer progmem support. Check PR Fix base64 encoding of websocket client key and progmem support for webserver #7
tothtechnika commented 2 years ago

Thanks for the review and merge!