Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Fix compression method
Browse files Browse the repository at this point in the history
  • Loading branch information
damnever committed Nov 3, 2017
1 parent 5b7c941 commit a4b68ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sun/web/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ func zipBin(confData, binPath, binName string) ([]byte, error) {
if err != nil {
return nil, err
}
bheader.Method = zip.Deflate
binw, err := zipw.CreateHeader(bheader)
if err != nil {
return nil, err
Expand Down

0 comments on commit a4b68ab

Please sign in to comment.