Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7581777
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:16:31+00:00 2026-05-30T18:16:31+00:00

I know how to handle timeout on HTTP::Request operations when LWP::UserAgent is used, but

  • 0

I know how to handle timeout on HTTP::Request operations when LWP::UserAgent is used, but as I need to use HTTP::Async module instead of the Perl module LWP::UserAgent, I am looking for alternative solution(s) to set timeout for async http request(s).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T18:16:33+00:00Added an answer on May 30, 2026 at 6:16 pm

    Have you read the documentation?

    To set the default timeout for requests:

    # When creating the object:
    my $async = HTTP::Async->new( timeout => 300 ); # 5 minutes
    # Changing it later:
    $async->timeout(600); # 10 minutes
    

    To change the timeout for a single request:

    $async->add_with_opts( $request, { timeout => 600 } ); # 10 minutes
    

    Update: It seems there’s a bug and the timeout attribute doesn’t actually work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I think I know how to handle this case, but I just want to
I need to know if any JSON implementations can handle sparse arrays to my
How does printf handle its arguments? I know that in C# I can use
For various reasons, I need to use the raw SpeechRecognizer API instead of the
I know how handle dragging of files on the dock icon, and it has
I am curious to know how webservers handle file uploads. Is the entire file
Does anyone know how Pylons and TG2 projects handle database migrations? I'm looking for
I want to know how objective C runtime handle arguments when I call a
Do any of you know an API or application which can handle real time
I'd like to know the Haskell way to catch and handle exceptions. As shown

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.