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: fhessel/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: KaloNK/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.
  • 9 commits
  • 8 files changed
  • 5 contributors

Commits on Nov 29, 2021

  1. Change repo URL

    KaloNK authored and KaloNK committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    d4ebb98 View commit details
    Browse the repository at this point in the history
  2. Switch to mbedtls sha

    KaloNK authored and KaloNK committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    acb9fe8 View commit details
    Browse the repository at this point in the history
  3. Fix/readline inf loop (#6)

    * Fix infinite loop when the buffer ends with \r
    
    * Properly check for end of line across buffers
    
    Co-authored-by: vvigilante <info@vvigilante.com>
    KaloNK and vvigilante authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    3003bda View commit details
    Browse the repository at this point in the history
  4. Merge #89 from fhessel/esp32_https_server (#7)

    * Trigger wsHander onClose from closeConnection()
    
    In case closeConnection() is called due to SSL reported error - like session disconnection due to unstable Wifi -  onClose() should be called to free up the recorded websocket handlers.
    
    * Handle error triggered by closed sessions
    
    From updateBuffer() a session clean up is initiated via closeConnection() if error is detected when reading from SSL but the already removed session is not handled in other parts of the state machine.
    
    * Get detailed SSL_read error
    
    * Update src/HTTPSConnection.cpp
    
    Co-authored-by: Frank Hessel <frnkhessel@googlemail.com>
    
    * Update src/HTTPConnection.cpp
    
    Co-authored-by: Frank Hessel <frnkhessel@googlemail.com>
    
    * correct the copy-paste error
    
    Co-authored-by: bligeti <64783210+bligeti@users.noreply.github.com>
    Co-authored-by: Frank Hessel <frnkhessel@googlemail.com>
    3 people authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    92a4ddf View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Fix message level

    KaloNK authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    7799411 View commit details
    Browse the repository at this point in the history
  2. Use Arduino IDF logging

    KaloNK authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    230ed0d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

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

Commits on Dec 13, 2021

  1. Actions v2

    KaloNK authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    3e9ca23 View commit details
    Browse the repository at this point in the history
  2. add mbedtls to actions

    KaloNK authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7da5942 View commit details
    Browse the repository at this point in the history
Loading
X Tutup