]> cat aescling's git repositories - mastodon.git/commit
Support UNIX domain socket for streaming service without using PORT (#8217)
authorMIYAGI Hikaru <hcmiya@users.noreply.github.com>
Fri, 24 Aug 2018 16:16:53 +0000 (01:16 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 24 Aug 2018 16:16:53 +0000 (18:16 +0200)
commita083604d1d9d8f53c1d69003591e1cab69c620a3
tree9956a1495260b3451f4af9ebaeb10aa8daa97fb7
parenta2cabf3f4af9271d8bfdb13c1ae2b7a8b4e6fb88
Support UNIX domain socket for streaming service without using PORT (#8217)

* Support UNIX domain socket for streaming service without using PORT

The use of UNIX domain socket for streaming service was not officially supported,
but it was made unofficial to use by setting a path to PORT.
From now on, SOCKET will be used just like setting for puma.

* Hundle relative path
streaming/index.js