|
From: | dwsexton |
Subject: | Re: [lwip-users] Problem with http connections |
Date: | Thu, 3 Aug 2023 08:29:36 -0400 |
Correction, the upgrade was to 2.1.2 not 2.0.2. Dan Sexton From: lwip-users-bounces+dwsexton=dwstech-llc.com@nongnu.org <lwip-users-bounces+dwsexton=dwstech-llc.com@nongnu.org> On Behalf Of dwsexton@dwstech-llc.com I have a product based on the STM32F407 that has been working since 2017. It has both a home brew web server and a telnet server both using LWIP to listen for clients. The product uses LWIP 2.0.0 and I recently tried to upgrade to LWIP 2.0.2 but some issues have popped up. During the upgrade I did not change any of my application code. The Telnet server still works just fine, accepts connections and communicates as expected. However, the Web Server listening on port 80 no longer works, connections seem to be rejected. Both Telnet and the web server share the same code for setting up the server (different ports of course), listening for and accepting connections. Is there something in 2.0.2 the intercepts port 80 traffic or http requests, possibly a new option that needs to be turned off? I searched the reflector and did not see anything, a google search didn’t turn up anything as well. I can share a wireshark trace but I suspect the answer is simpler than setting that up. I also have a Modbus TCP server running but have not even tried that yet as I can’t get passed testing the web server. Thanks Dan Sexton |
[Prev in Thread] | Current Thread | [Next in Thread] |