Open Bug 1840137 Opened 1 year ago

Move non-member classes/functions out of nsHttpChannel.cpp/h

Categories

(Core :: Networking, task, P4)

task

Tracking

()

People

(Reporter: smayya, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [necko-triaged])

nsHttpChannel.cpp/h file contains lot of non-member classes/static functions defined within it. For better readability we should consider such classes outside of nsHttpChannel.cpp/h.

Some examples of such classes/functions are:

  1. Class AutoRedirectVetoNotifier

  2. GetSTSConsoleErrorTag()

  3. IsSubRangeRequest

  4. DoUpdateExpirationTime

  5. DoAddCacheEntryHeaders

  6. GetAuthType

  7. StoreAuthorizationMetaData

You need to log in before you can comment on or make changes to this bug.