http2
HTTP (Hypertext Transfer Protocol) is a request and response protocol used to send a request to a server and receive a response back in the form of a file. HTTP is the basis of data communication for the web. HTTPS is an evolution in HTTP, where the “S” stands for secure socket layer allowing communication in HTTP to be more secure.
Here are 692 public repositories matching this topic...
Feature request
Feature description
The generated and installed config files permission are too open, any user logined on the system can read and write them. So i suggest append a chmod
command into Extract tar step to keep config files more safty.
How the feature is useful
-
Updated
Sep 20, 2021 - Java
The MinSendBackupAfterMs is now set to 1 ms. Unfortunately this causes backup requests to be send when there is low load. It would be useful if we could set the minimum a little bit higher for certain endpoints.
-
Updated
Aug 29, 2021 - Erlang
-
Updated
Sep 20, 2021 - Go
-
Updated
Jul 2, 2021 - Java
-
Updated
Sep 15, 2021 - JavaScript
Latest Sofa Hessian version is 3.3.13, we can update it in Sofa rpc
-
Updated
Sep 13, 2021 - Go
Currently, UnframedGrpcService
returns an error message as plain text.
https://github.com/line/armeria/blob/54b70906bcd813f0b9b2c6715ad4086160ac49b2/grpc/src/main/java/com/linecorp/armeria/server/grpc/UnframedGrpcService.java#L255-L272
It would be nice to return a JSON object if the content type is JSON compatible.
{
"code": "FAILED_PRECONDITION",
"message": "Input validatio
-
Updated
Sep 21, 2021 - Java
-
Updated
Sep 17, 2021 - C
-
Updated
Jun 15, 2021 - Go
-
Updated
Sep 6, 2021 - Go
-
Updated
Sep 4, 2021 - Go
Currently we have a mix of:
Out of memory error.
Out of memory error
out of memory error
out of memory
out of memory.
out of memory [some context]
All these should be adjusted to use the same wording for consistency and it should also make the executable a little bit smaller
-
Updated
Sep 20, 2021 - JavaScript
-
Updated
Sep 19, 2021 - TypeScript
-
Updated
Aug 12, 2021
-
Updated
Aug 20, 2021 - CSS
Checklist
Issue Description
When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.:
e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))
I am not saying that it is a common use case to have