Comment 2 for bug 929208

Revision history for this message
Alejandro J. Cura (alecu) wrote :

Syncdaemon talks to the synchronization servers using a custom "storage protocol", and to a different set of servers using HTTP via urllib when making public files and sharing folders.

My original idea was to split this task into three bugs:
 * bug 929207: create the proxy tunnel
 * bug 929208: use the tunnel for the "storage protocol" (this bug)
 * bug 929212: use the tunnel for the "http calls"

I agree that the first two could be merged into one, but I think the last one should still be separated.