You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
对依赖的组件``esp-wifi-connect
进行了修改(支持https://门户跳转,目前arch linux上NetworkManager已经使用https探测网络连通性了),但其请求已经达到了1800+字节,需要修改HTTP组件请求头的大小才能实现自动跳转,根据5.5的迁移指南,可能不必通过修改menuconfig实现,参见:
CONFIG_HTTPD_MAX_REQ_HDR_LEN 选项定义了内部为 HTTP 请求头分配内存的上限。实际分配的内存大小取决于 HTTP 请求中接收到的请求头的大小,而不再为先前的固定值。这一方式可以根据请求头的实际大小更灵活地使用内存,提高了内存的使用效率。```Beta Was this translation helpful? Give feedback.
All reactions