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: reo7sp/tgbot-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9
Choose a base ref
...
head repository: reo7sp/tgbot-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.1
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 30, 2025

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

Commits on Jul 1, 2025

  1. Merge pull request #338 from Makcal/patch-1

    fix: do not send `"pay": false` in  InlineKeyboardButton
    reo7sp authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    84e93a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. net: CurlHttpClient: Call curl_easy_reset() to fix error 'rewinding…

    … of the data'
    
    @okman334 reported an error when using the curl HTTP client after commit
    775291f ("net: Allow curl handle in CurlHttpClient to be kept alive"):
    
       error: curl error: Send failed since rewinding of the data stream failed.
    
    Fix this by calling `curl_easy_reset()` before setting curl options. It
    reinitializes all options previously set on a specified curl handle to
    the default values while keeping the connection alive.
    
    Also, move the timeout options setting below the reset call to avoid
    losing the timeout options effect.
    
    Closes: #340
    Reported-by: @okman334
    Fixes: 775291f ("net: Allow curl handle in CurlHttpClient to be kept alive")
    Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
    ammarfaizi2 committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    54bc1be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #341 from ammarfaizi2/fix-curl-netlib

    [GIT PULL] net: CurlHttpClient: Call `curl_easy_reset()` to fix error 'rewinding of the data'
    reo7sp authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    f52c0b8 View commit details
    Browse the repository at this point in the history
Loading