Skip to content
#

http-server

Here are 2,361 public repositories matching this topic...

caddy
takerukoushirou
takerukoushirou commented Jan 29, 2021

Currently the install_trust option for CAs from the pki module can only be configured via JSON/API.

Setting TLS to internal with option on_demand is easily possible with a Caddyfile and allows for a quick and simple internal setup. Trust store installation on the machine itself is not necessary and only leads to startup errors being logged from both sudo and caddy.

Therefore it w

drogon
1
KaungZawHtet
KaungZawHtet commented Dec 8, 2020

How is security preparation for both of maintainers and drogon users ?
Here are something I hope in drogon's roadmap : some security advice with drogon specific code in the documentation , default security tightening in starter projects (example, authentication and authorization in default state of starter projects) and security enhancement in default state of drogon .

In PHP world

armeria
ikhoon
ikhoon commented Jan 29, 2021

Currently, the number of threads of a blocking task executor could be configured only by Flags.numCommonBlockingTaskThreads().
If a user who avoid using flags, he or she has to manually copy the factory code.

I think we can add a new builder method to ServerBuilder that takes the number of threads.

public ServerBuilder blockingTaskExecutor(int numThreads) {
    return ...;
}
rossabaker
rossabaker commented Nov 28, 2020

From the dotty branch,

++3.0.0-M1 core/compile

For now, ignore:

  • Errors mentioning parboiled2 (#3761)
  • Errors mentiong CollectionCompat (#3945)
  • Errors mentioning literal macros (#3760)

What progress can we make? If they're indecipherable, can we begin to categorize them and make more tickets?

This is tedious work that won't land a feature during the Open Source event,

Improve this page

Add a description, image, and links to the http-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the http-server topic, visit your repo's landing page and select "manage topics."

Learn more