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 685 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
Aug 10, 2021 - Java
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra
-
Updated
May 29, 2021 - Erlang
-
Updated
Aug 15, 2021 - Go
-
Updated
Jul 2, 2021 - Java
-
Updated
Jul 26, 2021 - JavaScript
Hello,
Our static analyzer found a following potential NPE. We have checked the feasibility of this execution trace. It is necessary to defend this vulnerability to improve the code quality.
Here is the bug trace.
-
Updated
Aug 4, 2021 - Go
For example, we do not provide these methods.
final GraphQLSchema schema = ...
sb.service("/graphql", GraphqlService.builder()
.schema(schema)
.runtimeWiring(c -> {
final StaticDataFetcher bar = new StaticDataFetcher("bar");
c.
-
Updated
Aug 16, 2021 - Java
-
Updated
Jun 15, 2021 - Go
-
Updated
Aug 13, 2021 - C
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 13, 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
Aug 12, 2021 - JavaScript
-
Updated
Aug 16, 2021 - TypeScript
-
Updated
Aug 12, 2021
-
Updated
Jun 24, 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