-
Couldn't load subscription status.
- Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: ktorio/ktor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ktorio/ktor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 180 files changed
- 8 contributors
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e56b8bd - Browse repository at this point
Copy the full SHA e56b8bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c7e8c0 - Browse repository at this point
Copy the full SHA 3c7e8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e637c4a - Browse repository at this point
Copy the full SHA e637c4aView commit details -
KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
(cherry picked from commit 3bc2917)
Configuration menu - View commit details
-
Copy full SHA for ddc3ff3 - Browse repository at this point
Copy the full SHA ddc3ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d720899 - Browse repository at this point
Copy the full SHA d720899View commit details -
Configuration menu - View commit details
-
Copy full SHA for d17b3d9 - Browse repository at this point
Copy the full SHA d17b3d9View commit details -
KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
(cherry picked from commit 67e4f4e)
Configuration menu - View commit details
-
Copy full SHA for ce50296 - Browse repository at this point
Copy the full SHA ce50296View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 32b9395 - Browse repository at this point
Copy the full SHA 32b9395View commit details
Commits on Oct 4, 2023
-
* KTOR-6221: Fix reduced concurrent reqs in Apache5 (#3738) When using the Apache5 engine, total concurrent requests to a single route were limited to 5 requests. This is due to the code which tried to increase the concurrency to the ktor-standard 1000 concurrent having a typo and setting the total max connections twice and missing the max connections completely. (cherry picked from commit fa5cba1) * Avoid crashing when TLS TCP socket is closed (#3690) * Avoid crashing when TLS TCP socket is closed When using a plain TCP socket with TLS, two worker jobs are spawned: - cio-tls-input-loop - cio-tls-output-loop These worker jobs live in their own scope, and exceptions they throw can't easily be caught by the caller: the only option is to install a `CoroutineExceptionHandler` for the whole TLS socket, which is quite hacky and may hide bugs. When the TCP socket is closed, this is only caught when trying to write on the output channel, which throws a `ClosedSendChannelException`. We now catch that exception and cleanly stop the background job. Fixes https://youtrack.jetbrains.com/issue/KTOR-5178/TLSSocket-cannot-catch-the-exception-thrown-by-appDataOutputLoop Fixes https://youtrack.jetbrains.com/issue/KTOR-4360/Android-Impossible-to-catch-the-ClosedSendChannelException-when-TLS-connection-socket-is-closed * fixup! Avoid crashing when TLS TCP socket is closed (cherry picked from commit 1905329) * KTOR-6229 Fix hostname verification in CIO (#3746) (cherry picked from commit 53fa31a) * KTOR-5540 Fix darwin ws pong message (#3747) * KTOR-5540 Fix darwin ws pong message * Update ktor-client/ktor-client-darwin/darwin/test/DarwinEngineTest.kt Co-authored-by: Vitor Hugo Schwaab <[email protected]> --------- Co-authored-by: Rustam <[email protected]> Co-authored-by: Vitor Hugo Schwaab <[email protected]> (cherry picked from commit 375b0d3) * Update netty monorepo to v4.1.97.Final (#3627) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (cherry picked from commit a0ae1eb) * KTOR-6292 Make client use Dispatchers.IO by default (#3748) * KTOR-6292 Make client use Dispatchers.IO by default (cherry picked from commit a22852c) * Update kotlin to 1.9.10 (#3761) * Fix mingwX64 compilation * Update kotlin to 1.9.10 * Fix CallLogging tests * Fix js compilation (cherry picked from commit 8a9f4a5) * fixup! Update kotlin to 1.9.10 (#3761) * KTOR-6286 Update xmlutil to 0.86.2 (#3770) (cherry picked from commit 87181e4) --------- Co-authored-by: Sebastian Mayr <[email protected]> Co-authored-by: Bastien Teinturier <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mariia Skripchenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51e7e5f - Browse repository at this point
Copy the full SHA 51e7e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f081070 - Browse repository at this point
Copy the full SHA f081070View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c7b9189 - Browse repository at this point
Copy the full SHA c7b9189View commit details -
Configuration menu - View commit details
-
Copy full SHA for c751ca8 - Browse repository at this point
Copy the full SHA c751ca8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.3.3...2.3.5