##// END OF EJS Templates
hgweb: all protocol functions have become generators...
hgweb: all protocol functions have become generators Using the write() callable supplied by the start_response() call is frowned upon by the WSGI spec, returning an iterable over the content chunks is the recommended way. Be aware, though: returning many small chunks will slow down responses, because the server has to flush each chunk separately.

File last commit:

r6338:0750f111 default
r6784:18c429ea default
Show More
test-http-proxy.out
51 lines | 1.6 KiB | text/plain | TextLexer
/ tests / test-http-proxy.out
Vadim Gelfer
http: fix many problems with url parsing and auth. added proxy test....
r2337 adding a
Vadim Gelfer
add support for streaming clone....
r2612 %% url for proxy, stream
streaming all changes
XXX files to transfer, XXX bytes of data
Lee Cantey
Allow for MB/sec transfer rates in test-http-proxy and test-ssh....
r3015 transferred XXX bytes in XXX seconds (XXX XB/sec)
Adrian Buehlmann
clone: print "updating working directory" status message...
r6338 updating working directory
Vadim Gelfer
add support for streaming clone....
r2612 XXX files updated, XXX files merged, XXX files removed, XXX files unresolved
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
%% url for proxy, pull
Vadim Gelfer
http: fix many problems with url parsing and auth. added proxy test....
r2337 requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
Adrian Buehlmann
clone: print "updating working directory" status message...
r6338 updating working directory
Vadim Gelfer
http: fix many problems with url parsing and auth. added proxy test....
r2337 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Vadim Gelfer
add support for streaming clone....
r2612 checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
Vadim Gelfer
http: fix many problems with url parsing and auth. added proxy test....
r2337 %% host:port for proxy
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
Adrian Buehlmann
clone: print "updating working directory" status message...
r6338 updating working directory
Vadim Gelfer
http: fix many problems with url parsing and auth. added proxy test....
r2337 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
%% proxy url with user name and password
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
Adrian Buehlmann
clone: print "updating working directory" status message...
r6338 updating working directory
Vadim Gelfer
http: fix many problems with url parsing and auth. added proxy test....
r2337 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
%% url with user name and password
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
Adrian Buehlmann
clone: print "updating working directory" status message...
r6338 updating working directory
Vadim Gelfer
http: fix many problems with url parsing and auth. added proxy test....
r2337 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
%% bad host:port for proxy
abort: error: Connection refused