Skip to content

Commit 7e094ec

Browse files
authored
fix: explicitly enable httpmuxgo121 (#706)
1 parent e47b030 commit 7e094ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmd/openvpn-auth-oauth2/root.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Explicitly disable httpmuxgo121, because Debian build system disables it.
2+
// ref: https://github.com/jkroepke/openvpn-auth-oauth2/issues/680#issuecomment-3686988447
3+
//go:debug httpmuxgo121=0
4+
15
package main
26

37
import (

0 commit comments

Comments
 (0)