Irfanuddin Shafi Ahmed

Results 94 comments of Irfanuddin Shafi Ahmed

@florimondmanca thanks for your amazing review! If we feel like having them separated into different files is not necessary, we can modify the existing `deployment.md` and make the necessary changes...

I got very busy lately, and will be for next few weeks 😢. Any idea to attract more collaborators?

Closing this for now. I think we can discuss and plan this properly and then start! I will archive all the suggestions given here for future reference :D and of...

@euri10 that would mean the connection expires on TimeOut right? The discussion here was mainly focusing on repeated request using same connection. The discussion has a rough comparison with other...

One year!?😅 For a possible fix, we may take reference from Hypercorn and set default headers on every response. If we do this, we might not need the on_tick function...

@Kludex the new setup.py alternative seems to not allow direct references, and hence it cannot install the WIP master branch from `websockets` repo. That's why the tests are failing ......

The default headers test seems to fail on Ubuntu.

Merged suggestions given by Marcelo in https://github.com/encode/uvicorn/pull/1736

I tried ``` from fastapi import FastAPI, Form, Depends, UploadFile from pydantic import BaseModel app = FastAPI() class SimpleModel(BaseModel): no: int = Form(...) nm: str = Form(...) f: UploadFile =...

Can you share how you have benchmarked this?