Search found 6 matches

by pawcuq
Wed Nov 16, 2022 6:03 pm
Forum: ESP-IDF
Topic: CORRUPT HEAP after reconnect
Replies: 22
Views: 8660

Re: CORRUPT HEAP after reconnect

Did you manage to figure solution for this problem? Same here...
by pawcuq
Wed Sep 14, 2022 5:04 pm
Forum: ESP-IDF
Topic: HTTP server can't handle many requests
Replies: 11
Views: 9120

Re: HTTP server can't handle many requests

Meanwhile I figured out that httpd_resp_set_hdr(req, "Connection", "close"); was set at the wrong place in code, so that it had no effect. As a result, connections weren't closed after completing requests. Sockets kept blocked. Even though, blocked sockets shouldn't lead to fail behaviour. Even if ...
by pawcuq
Sun Oct 10, 2021 4:39 am
Forum: ESP-IDF
Topic: Partial html compression possible?
Replies: 3
Views: 2746

Re: Partial html compression possible?

That would be great but device will not have connection with the Internet so everything has to be on server side (ESP32).
by pawcuq
Sat Oct 09, 2021 9:48 am
Forum: ESP-IDF
Topic: Partial html compression possible?
Replies: 3
Views: 2746

Partial html compression possible?

Hello! I have 15 html files, all of which uses a lot of JS linked locally and every html has different <body> (each file has about 100kB of <body>). I won't be able to store it inside ESP32 Flash without compression. I converted index.html into single file using https://github.com/remy/inliner and t...
by pawcuq
Fri Dec 21, 2018 10:15 am
Forum: Report Bugs
Topic: SSL (HTTPS) server using AT firmware - accept fail
Replies: 3
Views: 7646

Re: SSL (HTTPS) server using AT firmware - accept fail

Tried with

Code: Select all

AT+CIPSERVER=1,443,"SSL",0
and same problem occured -
accept fail
by pawcuq
Mon Dec 03, 2018 5:34 pm
Forum: Report Bugs
Topic: SSL (HTTPS) server using AT firmware - accept fail
Replies: 3
Views: 7646

SSL (HTTPS) server using AT firmware - accept fail

Hello, I would like to set up SSL server on ESP32_DevKitc_V4 using AT commands. I've already flashed it with currently newest firmware (1.1.2.0) as in picture below: https://serving.photos.photobox.com/9978462880a30d439b1e5f3812cea854738b01136990f3aa466f9c20e74fae97b211ee79.jpg I've connected FTDI U...