mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[PR #1159] [MERGED] Fix HTTPS #1246
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#1246
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/1159
Author: @fsouza
Created: 5/10/2023
Status: ✅ Merged
Merged: 5/10/2023
Merged by: @fsouza
Base:
main← Head:fix-https📝 Commits (3)
343707fMake the grpc package internal052428cRefactor how we handle gRPC multiplexingeffd073Add example from README to CI📊 Changes
10 files changed (+142 additions, -100 deletions)
View changed files
📝
.github/workflows/main.yml(+3 -0)➕
ci/run-curl-example.sh(+10 -0)📝
fakestorage/server.go(+44 -40)📝
go.mod(+0 -1)📝
go.sum(+0 -3)📝
internal/config/config.go(+29 -28)📝
internal/config/config_test.go(+12 -10)📝
internal/grpc/server.go(+2 -3)📝
internal/grpc/server_test.go(+0 -0)📝
main.go(+42 -15)📄 Description
Make sure the gRPC multiplexing works with HTTPS.
Fixes #1157.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.