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: sailfishos/qtbase
base: 02f71e84a2fc169fa5975be3aa7bc0679fec095a
Choose a base ref
...
head repository: sailfishos/qtbase
compare: d69b28228b215a0ca4dd7601c670cc442639276c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 26, 2021

  1. [qtnetwork] Error gracefully when server closes TLS connection before…

    … handshake completes. Fixes JB#53591.
    
    If the server closes a TLS connection before the handshake completes
    (which can happen, for example, if the server doesn't support TLS
    connections) a retry is attempted on a null protocol handler. This
    causes a segfault.
    
    This change returns a RemoteHostClosedError instead of retrying, thereby
    avoiding the segfault.
    llewelld committed Mar 26, 2021
    Copy the full SHA
    5247c50 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jb53591' into 'mer-5.6'

    Error gracefully when server closes TLS connection before handshake completes
    
    See merge request mer-core/qtbase!79
    llewelld committed Mar 26, 2021
    Copy the full SHA
    d69b282 View commit details
    Browse the repository at this point in the history