Closed jgheewala closed 3 years ago
…e headers
if sha1 representation bytes is directly converted to string the output is garbage during logging. Instead use go built-in hex package EncodeToString() api
that failure is due to docker box type being small and test cases not able to complete. This is taken care off in separate commit
…e headers
if sha1 representation bytes is directly converted to string the output is garbage during logging. Instead use go built-in hex package EncodeToString() api