Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce the binary size #1

Open
gsdevme opened this issue Oct 11, 2021 · 0 comments
Open

Reduce the binary size #1

gsdevme opened this issue Oct 11, 2021 · 0 comments

Comments

@gsdevme
Copy link
Owner

gsdevme commented Oct 11, 2021

Ideally the binary size would be the smallest possible, because Caddy is being used we are pulling lots of dependencies we don't strictly need as the fastcgi package has lots of dependencies.

Possible options

  1. See if Caddy will extract it into its own package, might be sensible as its an implementation against a 3rd party specification anyway Move Fastcgi client implementation to its own package caddyserver/caddy#4378
  2. Copy the contents of the file (less ideal... also just wrong)
  3. Git Submodule? 🤷 not ideal.
  4. Something go mod can do I don't know about?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant