Diff
Not logged in

Differences From:

File src/xfer.c part of check-in [737e76a69f] - Refactor the HTTP client logic to make it much easier to add support for "file:" and "https:" URLs on push, pull, sync, and clone. by drh on 2009-03-30 00:31:56. [view]

To:

File src/xfer.c part of check-in [327823e39b] - Continuing work on the new HTTP transport mechanism. Make it more obvious where in the code extensions to support file: and https: belong. by drh on 2009-03-30 00:58:20. [view]

@@ -877,10 +877,8 @@
   xfer.pOut = &send;
   xfer.mxSend = db_get_int("max-upload", 250000);
 
   assert( pushFlag | pullFlag | cloneFlag | configRcvMask | configSendMask );
-  assert( !g.urlIsFile );          /* This only works for networking */
-
   db_begin_transaction();
   db_record_repository_filename(0);
   db_multi_exec(
     "CREATE TEMP TABLE onremote(rid INTEGER PRIMARY KEY);"