gitlab-commit-trello-comment icon indicating copy to clipboard operation
gitlab-commit-trello-comment copied to clipboard

socket pipe broken issue

Open antmanler opened this issue 11 years ago • 3 comments

  1. Gitlab may request more than once when no response for awhile or response containing not 'Content-Lenght' in header which will leads to Receiver's socket pipe broken
  2. The urls in sent comments are broken, this because they are lack of namespace for a repository (When setting up a repository in gitlab the default namespace is global http(s)://site/repo, this just worked fine, but when repo under some private namespace the single slash is not enough, it needs namespace http(s)://site/ns/repo)

enclosed with my modified code, may fix the issues above ( Modified code )

antmanler avatar Aug 09 '13 10:08 antmanler

+1 is this fixed in new version of gitlab? gitlab still requesting many times from hooks.

pkpp1233 avatar Jun 17 '14 20:06 pkpp1233

Hi, @antmanler @carmackjia, could you pls give any feedback if you are using this code right now?

xfguo avatar Jun 18 '14 15:06 xfguo

hey, @pkpp1233, pls check this link https://github.com/gitlabhq/gitlabhq/issues/3794#issuecomment-47495031, it may help you.

xfguo avatar Jun 30 '14 06:06 xfguo