X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: db3000/esp32_https_server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: meshtastic/esp32_https_server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 4 contributors

Commits on May 5, 2025

  1. Fix crash and logic issues

    db3000 committed May 5, 2025
    Configuration menu
    Copy the full SHA
    d730f87 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Merge pull request meshtastic#5 from db3000/logic_issues

    Fix crash and logic issues
    thebentern authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    3223704 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. For HTTP/1.1 requests, enable keep-alive by default.

    Keep-alive became the default in 1.1:
    https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Connection
    
    This is confirmed in Python HTTP server:
    https://github.com/python/cpython/blob/38f0114ff1f8d07b151639ff30b4409814422520/Lib/http/server.py#L367
    
    This will improve connection reuse with Chrome, which does not send explicit
    'Connection: keep-alive' and just relies on the server default.
    
    Tested on ESP32 Heltec v3.
    cpatulea committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    4f5494b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Configuration menu
    Copy the full SHA
    b0f3960 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2026

  1. Add error log with mbedtls_ssl_setup error code.

    SSL handshake seems to fail sometimes (meshtastic/firmware#6960) but we need more detail on the mbedtls_ssl_setup error code to identify the problem.
    
    'Web Client Rebuild' group is also seeing some '[HTTPS:E] SSL handshake failed.', we need more info to determine if it's related to the bug report above or something unrelated.
    cpatulea committed Mar 7, 2026
    Configuration menu
    Copy the full SHA
    60881f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request meshtastic#9 from cpatulea/setup

    Add error log with mbedtls_ssl_setup error code.
    thebentern authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    b78f12c View commit details
    Browse the repository at this point in the history
Loading
X Tutup