imbamike666 / psi-dev

Automatically exported from code.google.com/p/psi-dev
0 stars 0 forks source link

Do not resume file download with the transferred part more than 2GB #499

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Шаги по воспроизведению проблемы:
What steps will reproduce the problem?

1.Запускаем 2 Psi+ с разными аккаунтами. Run 2 Psi+ 
with different accounts.
2.Начинаем передачу файла больше 2Гб между 
ними. Begin to transfer file more than 2GB between them.
3.Когда размер переданной части превысит 
2.2Гб отменяем передачу (Неважно с какой 
стороны). When the size of the transferred part exceeds 2.2Gb - cancel 
the transfer.
4.Пытаемся передать файл повторно(с 
докачкой). Trying to re-send the file (resume transfer)
************************

Каков ожидаемый результат?
What is the expected output?

Начнется закачка файла с прерванного места.
File downloading will be resumed.
************************

Что Вы видите вместо этого?
What do you see instead?

После согласия принять файл отправитель 
получит ошибку
- "невозможно согласовать пересылку"
Через несколько секунд получатель также 
увидит ошибку.
Передача файла не будет продолжена.
The sender will receive an error - "unable to agree sending"
After a few seconds, the recipient will see the error.
The file transfer will not continue.
************************

Какую версию Psi+ / ОС Вы используете?
What version of the Psi+/OS are you using?

Psi+ v0.15.5267-webkit /WinXP sp3
************************

Дополнительная информация по проблеме:
Additional information:

<iq from="xxx@jabber.ua/Psi+" type="set" xml:lang="ru" to="yyy@jabber.ua/Home" 
id="ab67a">
<si xmlns="http://jabber.org/protocol/si" 
profile="http://jabber.org/protocol/si/profile/file-transfer" id="ft_1a0f">
<file xmlns="http://jabber.org/protocol/si/profile/file-transfer" 
size="3834897419" name="zzz.mp4">
<range/>
</file>
<feature xmlns="http://jabber.org/protocol/feature-neg">
<x xmlns="jabber:x:data" type="form">
<field type="list-single" var="stream-method">
<option>
<value>http://jabber.org/protocol/bytestreams</value>
</option>
<option>
<value>http://jabber.org/protocol/ibb</value>
</option>
</field>
</x>
</feature>
</si>
</iq>

<iq type="result" to="xxx@jabber.ua/Psi+" id="ab67a">
<si xmlns="http://jabber.org/protocol/si">
<file xmlns="http://jabber.org/protocol/si/profile/file-transfer">
<range offset="2172425588"/>
</file>
<feature xmlns="http://jabber.org/protocol/feature-neg">
<x xmlns="jabber:x:data" type="submit">
<field var="stream-method">
<value>http://jabber.org/protocol/bytestreams</value>
</field>
</x>
</feature>
</si>
</iq>

Original issue reported on code.google.com by Taer.Nag...@gmail.com on 29 Mar 2012 at 1:34

GoogleCodeExporter commented 8 years ago
Исправил в жите. ждите новых билдов

Original comment by rion4ik on 30 Mar 2012 at 3:14