[Bug 5568] New: content-type exception when cloning over http from _hgwebdir_wsgi application in IIS

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Tue May 16 11:57:47 UTC 2017


https://bz.mercurial-scm.org/show_bug.cgi?id=5568

            Bug ID: 5568
           Summary: content-type exception when cloning over http from
                    _hgwebdir_wsgi application in IIS
           Product: Mercurial
           Version: 4.2
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: hgweb
          Assignee: bugzilla at mercurial-scm.org
          Reporter: Bastian.Wassermann at multivac.de
                CC: mercurial-devel at mercurial-scm.org

I installed wsgi handler on our iis server after having had cgi handler running
for years. For a iis rookie it is hard to understand, but the wsgi handler is
running and the repositories are served fine. I can browse the repositories
with no limitation.

When i clone a repository with option -r default, everything works fine and i
will get a new repository with a range of changesets. But - When i try to clone
the whole repository without revision (about 40000 changesets) i get the
following exception and i am not able to debug it and get more information.

hg clone http://hg_server:81/repository local_clone -v
requesting all changes
abort: 'http://hg_server:81/repository' does not appear to be an hg repository:
---%<--- (no content-type)

---%<---
!


Maybe i have to increase some config properties, but i dont know them. Is it
possible to enable some logging on the iis side?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list