Closed nak3 closed 6 hours ago
As reported by https://github.com/h2o/picotls/issues/521, the args of getopt() misses u and so it does not parse the -u option even though it is implemented.
getopt()
u
-u
This patch parses the -u option via getopt.
getopt
Fix https://github.com/h2o/picotls/issues/521
Thank you for the fix!
As reported by https://github.com/h2o/picotls/issues/521, the args of
getopt()
missesu
and so it does not parse the-u
option even though it is implemented.This patch parses the
-u
option viagetopt
.Fix https://github.com/h2o/picotls/issues/521