-
Updated
May 22, 2022 - Go
Server
A server is a program or device that provides functionality for other programs and devices, called clients. This relation forms the Client-Server Model.
Here are 10,683 public repositories matching this topic...
-
Updated
May 20, 2022 - JavaScript
-
Updated
May 21, 2022 - Rust
-
Updated
May 19, 2022 - Haskell
-
Updated
Apr 9, 2022 - Rust
The upstream issues got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
-
Updated
Mar 20, 2022
This is a feature request, to display the valid SSL name (from the certificate) when starting up the server.
Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.
$ http-server -S
Starting up http-server, serving ./ through https
Available on:
https://127.0.0.1:8080
https://192.168.77.123:8080
**What did you exp
G1_FLAG_BMP
has the wrong name its the inverse of its name it is used to indicate that the sprite has transparency and will require blending with the background to produce the end result. The vast majority of images have this flag set.
-
Updated
May 2, 2021 - JavaScript
-
Updated
May 18, 2022 - Go
-
Updated
Apr 28, 2022 - Go
Context and Description
The READMEs and any example code in all projects should be updated to reflect the move from the IBM-Swift organization to the Kitura organization.
If anyone wants to take on all or part of this, please comment here so other's know what you're working on and submit PR's. :-)
Thanks!
-
Updated
May 23, 2022 - JavaScript
-
Updated
May 23, 2022 - Ruby
[05:02:58] [INFO] Loaded ./resources/Scripts/Scene/35732/scene35732.lua
[05:02:58] [INFO] Loaded ./resources/Scripts/Scene/35732/scene35732_block35732.lua
[05:02:59] [INFO] Loaded ./resources/Scripts/Scene/35732/scene35732_group235732001.lua
[05:02:59] [INFO] Loaded ./resources/Scripts/Scene/35732/scene35732_group235732002.lua
[05:02:59] [INFO] Loaded ./resources/Scripts/Scene/35732/scene35732
-
Updated
Apr 20, 2022 - Ruby
-
Updated
Jan 6, 2022 - C
Description
Not much of an issue or a feature request but an issue nonetheless:
Sometimes (50/50), the dual-stack server's IPv4 address is displayed before the IPv6 address in tooltips, whereas clients always connect via IPv6 as they should. For the sake of consistency and to ease some peoples’ OCD, the IPv6 address should always be displayed before the server’s IPv4 address.
Backstor
- Wikipedia
- Wikipedia
When checking a request's
remoteAddress
, it's usually the address from which NIO received the request. While that's technically correct, Vapor servers are often hosted behind a reverse-proxy such as nginx. Therefore the original peer's address is often lost. To resolve this, it's not uncommon to set the original peer's address in a header such asX-Forwarded-For
.**Describe the solution you