Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special case unary HTTP calls #611

Closed
wants to merge 18 commits into from
Closed

Special case unary HTTP calls #611

wants to merge 18 commits into from

Commits on Oct 19, 2023

  1. Init unaryHTTPCall

    emcfarlane committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9c76410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8d5f19 View commit details
    Browse the repository at this point in the history
  3. Add broken Invoke impl

    emcfarlane committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    cd25e28 View commit details
    Browse the repository at this point in the history
  4. Factor out makeRequest

    emcfarlane committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    22629fb View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Fix http call set body

    Co-authored-by: Matt Robenolt <matt@ydekproductions.com>
    emcfarlane and mattrobenolt authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9d498db View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Revert HTTP call split

    emcfarlane committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b027dcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0a3bfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5948976 View commit details
    Browse the repository at this point in the history
  4. Don't touch the buf

    emcfarlane committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    204d37d View commit details
    Browse the repository at this point in the history
  5. Switch to lock

    emcfarlane committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    eba9282 View commit details
    Browse the repository at this point in the history
  6. Remove buffer with lock

    emcfarlane committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f3bc479 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Fix lint

    emcfarlane committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3dafb2d View commit details
    Browse the repository at this point in the history
  2. Fix connect.CloseResponse

    emcfarlane committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7ac9679 View commit details
    Browse the repository at this point in the history
  3. Cleanup docs

    emcfarlane committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    74ccbc6 View commit details
    Browse the repository at this point in the history
  4. Move file back for diff

    emcfarlane committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    030f5e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ba7ddf View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    58ce40a View commit details
    Browse the repository at this point in the history
  2. Fix lint

    emcfarlane committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    cf92906 View commit details
    Browse the repository at this point in the history