Skip to content

Commit

Permalink
rockspec: add sslsocket
Browse files Browse the repository at this point in the history
Since TLS support was merged, it has been forgotten to add new
`sslsocket.lua` file into rockspec. It's impossible to start installed
http module without this file.

After the patch `sslsocket.lua` was added into rockspec file.
  • Loading branch information
themilchenko committed Nov 14, 2024
1 parent 194066a commit 8099eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ build = {
}
},
['http.server'] = 'http/server.lua',
['http.sslsocket'] = 'http/sslsocket.lua',
['http.version'] = 'http/version.lua',
['http.mime_types'] = 'http/mime_types.lua',
['http.codes'] = 'http/codes.lua',
Expand Down

0 comments on commit 8099eb1

Please sign in to comment.