Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Неверно отрабатывает повтор #92

Closed
permblackshark opened this issue Oct 21, 2021 · 1 comment
Closed

Неверно отрабатывает повтор #92

permblackshark opened this issue Oct 21, 2021 · 1 comment

Comments

@permblackshark
Copy link

При повторе запроса, не скидывается ОшибкаВыполненияЗапроса.
Необходимо инициализировать ОшибкаВыполненияЗапроса = Неопределено в начале цикла в Функция ОтправитьЗапрос

Пока Истина Цикл
ОшибкаВыполненияЗапроса = Неопределено;

	Попытка
		Ответ = ОтправитьHTTPЗапрос(Сессия, ПодготовленныйЗапрос, Настройки);
	Исключение
		ОшибкаВыполненияЗапроса = ИнформацияОбОшибке();
	КонецПопытки;
@leemuar
Copy link
Collaborator

leemuar commented Oct 10, 2024

Починили в #142

@leemuar leemuar closed this as completed Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants