Skip to content

Instantly share code, notes, and snippets.

View Muhammad-1990's full-sized avatar
💭
eat sleep code repeat

Muhammad Ahmod Muhammad-1990

💭
eat sleep code repeat
  • NovationTechnologies
  • Cape Town, South Africa
  • 02:45 (UTC +02:00)
  • LinkedIn in/muhammad-ahmod
View GitHub Profile
----------------------------------------------------------------------
-- Static binary assets for constructing HTTP/2 responses.
-- These templates are based on the HTTP/2 specification and reference
-- examples from a wireshark capture.
-- (Note: These can be encoded once and reused between requests.)
----------------------------------------------------------------------
local assets = {}
-- Return the binary representation of an annotated ascii hex dump.
@thpham
thpham / haproxy.conf
Last active February 28, 2024 07:41
test config haproxy for gRPC loadbalancing
global
tune.ssl.default-dh-param 1024
defaults
timeout connect 10000ms
timeout client 60000ms
timeout server 60000ms
frontend fe_http
mode http