Skip to content

Commit 6dc8c13

Browse files
committed
rockspec: add sslsocket
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.
1 parent 194066a commit 6dc8c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http-scm-1.rockspec

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ build = {
2828
}
2929
},
3030
['http.server'] = 'http/server.lua',
31+
['http.sslsocket'] = 'http/sslsocket.lua',
3132
['http.version'] = 'http/version.lua',
3233
['http.mime_types'] = 'http/mime_types.lua',
3334
['http.codes'] = 'http/codes.lua',

0 commit comments

Comments
 (0)