andelf / andelf/go-curl

is curl_global_init handled safely? is the library thread-safe?

Aberta
#62 6 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Go
Estrelas
519
Forks
139
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

is the library supposed to be thread safe? note that curl_global_init() is NOT thread-safe, and curl_easy_init is threadsafe ONLY IF curl_global_init() has already been executed. if you start several threads that all call curl_easy_init() at the same time, before curl_global_init has been executed, you may run into problems, how does this reflect on go-curl?

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.